diff options
author | 2003-02-13 08:20:44 +0000 | |
---|---|---|
committer | 2003-02-13 08:20:44 +0000 | |
commit | 15c3d7f11382bd09f964129a8c8458c5b323ce96 (patch) | |
tree | 63599e097a36aecc56b116a721c033bbe0a766b0 /dev-util | |
parent | set ~ppc in keywords (diff) | |
download | historical-15c3d7f11382bd09f964129a8c8458c5b323ce96.tar.gz historical-15c3d7f11382bd09f964129a8c8458c5b323ce96.tar.bz2 historical-15c3d7f11382bd09f964129a8c8458c5b323ce96.zip |
Marked stable for x86
Diffstat (limited to 'dev-util')
-rw-r--r-- | dev-util/gnustep-make/gnustep-make-1.5.1.ebuild | 14 |
1 files changed, 6 insertions, 8 deletions
diff --git a/dev-util/gnustep-make/gnustep-make-1.5.1.ebuild b/dev-util/gnustep-make/gnustep-make-1.5.1.ebuild index cd2fc86fcd65..a20a629aa273 100644 --- a/dev-util/gnustep-make/gnustep-make-1.5.1.ebuild +++ b/dev-util/gnustep-make/gnustep-make-1.5.1.ebuild @@ -1,23 +1,23 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/gnustep-make/gnustep-make-1.5.1.ebuild,v 1.1 2003/01/20 02:14:09 raker Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/gnustep-make/gnustep-make-1.5.1.ebuild,v 1.2 2003/02/13 08:20:44 raker Exp $ +IUSE="" DESCRIPTION="GNUstep makefile package (unstable)" HOMEPAGE="http://www.gnustep.org" SRC_URI="ftp://ftp.gnustep.org/pub/gnustep/core/${P}.tar.gz" - DEPEND="virtual/glibc >=sys-devel/gcc-3.1 >=dev-libs/ffcall-1.8d - >=dev-libs/gmp-3.1.1 + >=dev-libs/gmp-4.1 >=dev-util/guile-1.4 - >=dev-libs/openssl-0.9.6d + >=dev-libs/openssl-0.9.6g >=media-libs/tiff-3.5.7-r1 >=dev-libs/libxml2-2.4.22 + >=media-libs/audiofile-0.2.3 >=x11-wm/WindowMaker-0.80.1" - LICENSE="LGPL" -KEYWORDS="~x86 ~sparc" +KEYWORDS="x86 ~sparc" SLOT="0" src_compile() { @@ -27,11 +27,9 @@ src_compile() { } src_install () { - make \ GNUSTEP_SYSTEM_ROOT=${D}/usr/GNUstep/System \ GNUSTEP_LOCAL_ROOT=${D}/usr/GNUstep/Local \ GNUSTEP_NETWORK_ROOT=${D}/usr/GNUstep/Network \ install || die "install failed" - } |