diff options
author | Martin Schlemmer <azarah@gentoo.org> | 2001-10-07 01:26:29 +0000 |
---|---|---|
committer | Martin Schlemmer <azarah@gentoo.org> | 2001-10-07 01:26:29 +0000 |
commit | 3960bb9985c17e3966c0103b87de86fe75dc8b49 (patch) | |
tree | ded512c13dccd2424e8eec9e6a9d33f4b19065f2 /dev-util/anjuta | |
parent | updated (diff) | |
download | historical-3960bb9985c17e3966c0103b87de86fe75dc8b49.tar.gz historical-3960bb9985c17e3966c0103b87de86fe75dc8b49.tar.bz2 historical-3960bb9985c17e3966c0103b87de86fe75dc8b49.zip |
anjuta fixup
Diffstat (limited to 'dev-util/anjuta')
-rw-r--r-- | dev-util/anjuta/anjuta-0.1.7.ebuild | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/dev-util/anjuta/anjuta-0.1.7.ebuild b/dev-util/anjuta/anjuta-0.1.7.ebuild index 3dda033ff69a..c1cb39d6efa6 100644 --- a/dev-util/anjuta/anjuta-0.1.7.ebuild +++ b/dev-util/anjuta/anjuta-0.1.7.ebuild @@ -7,17 +7,17 @@ DESCRIPTION="A versatile Integrated Development Environment (IDE) for C and C++. SRC_URI="http://anjuta.sourceforge.net/packages/anjuta-${PV}.tar.gz" HOMEPAGE="http://anjuta.sourceforge.net/" -DEPEND="gnome-base/gnome-libs - x11-libs/gtk+ +DEPEND=">=gnome-base/gnome-libs-1.4.1.2-r1 + >=x11-libs/gtk+-1.2.10-r4 media-libs/audiofile - gnome-base/libxml - gnome-base/scrollkeeper" + dev-libs/libxml + app-text/scrollkeeper" -RDEPEND=" gnome-apps/glade - gnome-apps/glademm - gnome-apps/gnome-iconedit - gnome-base/scrollkeeper - x11-libs/gtk+ +RDEPEND="dev-util/glade + dev-util/glademm + media-gfx/gnome-iconedit + app-text/scrollkeeper + >=x11-libs/gtk+-1.2.10-r4 media-libs/audiofile media-sound/esound sys-apps/bash @@ -35,8 +35,8 @@ src_compile() { local myconf use nls || myconf="--disable-nls" - ./configure --host=${CHOST} --prefix=/opt/gnome --mandir=/usr/share/man \ - --infodir=/usr/share/info --with-sysconfdir=/etc/opt/gnome \ + ./configure --host=${CHOST} --prefix=/usr --mandir=/usr/share/man \ + --infodir=/usr/share/info --with-sysconfdir=/etc/gnome \ $myconf || die emake || die } |