Changeset ba67e1e16b8ea703b74047662cac5d8a93b5dde0
- Timestamp:
- 01/06/07 23:35:39 (6 years ago)
- Author:
- Philipp Kern <phil@…>
- Parents:
- acd944b6c7ef6d2f3605c1875bbc9c3c331f0da6
- Children:
- 1434d771594d9b7691ef111f02d75f4585463a6b
- git-committer:
- Philipp Kern <phil@0x539.de> / 2007-01-06T22:35:39Z+0000
- Message:
-
[project @ Ebuild change: Depend on gtksourceview, use GNOME integration]
Original author: Philipp Kern <phil@…>
Date: 2005-05-22 20:20:14+00:00
- Files:
-
Legend:
- Unmodified
- Added
- Removed
-
|
r6e79d37
|
rba67e1e
|
|
| 14 | 14 | DEPEND=">=dev-cpp/gtkmm-2.6 |
| 15 | 15 | >=dev-libs/libsigc++-2.0 |
| | 16 | >=x11-libs/gtksourceview-1.2.0 |
| 16 | 17 | net-libs/libobby" |
| 17 | 18 | |
| … |
… |
|
| 22 | 23 | src_compile() { |
| 23 | 24 | sh ./autogen.sh |
| 24 | | econf || die "./configure failed" |
| | 25 | econf --with-gnome || die "./configure failed" |
| 25 | 26 | emake || die "make failed" |
| 26 | 27 | } |