diff options
author | Martin Schlemmer <azarah@gentoo.org> | 2001-12-04 20:18:56 +0000 |
---|---|---|
committer | Martin Schlemmer <azarah@gentoo.org> | 2001-12-04 20:18:56 +0000 |
commit | 981a8f4e38532da4c340c021bdd6ea78aa63e25c (patch) | |
tree | 1048462cdefb9689bb1a3d083201e3147b5ada98 /dev-util | |
parent | add info dir section to libgtop.info (diff) | |
download | historical-981a8f4e38532da4c340c021bdd6ea78aa63e25c.tar.gz historical-981a8f4e38532da4c340c021bdd6ea78aa63e25c.tar.bz2 historical-981a8f4e38532da4c340c021bdd6ea78aa63e25c.zip |
updated depends with pkgconfig
Diffstat (limited to 'dev-util')
-rw-r--r-- | dev-util/anjuta/anjuta-0.1.8.ebuild | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/dev-util/anjuta/anjuta-0.1.8.ebuild b/dev-util/anjuta/anjuta-0.1.8.ebuild index 63002ffad599..6ac18483d15b 100644 --- a/dev-util/anjuta/anjuta-0.1.8.ebuild +++ b/dev-util/anjuta/anjuta-0.1.8.ebuild @@ -1,6 +1,7 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Martin Schlemmer <azarah@gentoo.org> +# $Header: /var/cvsroot/gentoo-x86/dev-util/anjuta/anjuta-0.1.8.ebuild,v 1.3 2001/12/04 20:18:56 azarah Exp $ S=${WORKDIR}/${P} DESCRIPTION="A versatile Integrated Development Environment (IDE) for C and C++." @@ -11,6 +12,7 @@ DEPEND=">=gnome-base/gnome-libs-1.4.1.2-r1 >=x11-libs/gtk+-1.2.10-r4 media-libs/audiofile dev-libs/libxml + dev-util/pkgconfig app-text/scrollkeeper" RDEPEND="dev-util/glade @@ -42,6 +44,7 @@ src_compile() { --infodir=/usr/share/info \ --sysconfdir=/etc \ $myconf || die + emake || die } |