diff options
Diffstat (limited to 'dev-util/gnustep-gui/gnustep-gui-0.8.5.ebuild')
-rw-r--r-- | dev-util/gnustep-gui/gnustep-gui-0.8.5.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-util/gnustep-gui/gnustep-gui-0.8.5.ebuild b/dev-util/gnustep-gui/gnustep-gui-0.8.5.ebuild index f3b96a161700..8205099cb26c 100644 --- a/dev-util/gnustep-gui/gnustep-gui-0.8.5.ebuild +++ b/dev-util/gnustep-gui/gnustep-gui-0.8.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/gnustep-gui/gnustep-gui-0.8.5.ebuild,v 1.5 2004/06/25 02:34:16 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/gnustep-gui/gnustep-gui-0.8.5.ebuild,v 1.6 2004/07/14 23:36:41 agriffis Exp $ DESCRIPTION="GNUstep AppKit implementation" HOMEPAGE="http://www.gnustep.org" @@ -8,11 +8,11 @@ SRC_URI="ftp://ftp.gnustep.org/pub/gnustep/core/${P}.tar.gz" LICENSE="LGPL-2.1" SLOT="0" KEYWORDS="x86 -ppc -sparc" +IUSE="" DEPEND=">=dev-util/gnustep-base-1.5.1 >=media-libs/tiff-3.5.7 >=media-libs/jpeg-6b-r2" PDEPEND=">=dev-util/gnustep-back-${PV}" -S=${WORKDIR}/${P} src_compile() { . /usr/GNUstep/System/Makefiles/GNUstep.sh |