diff options
author | 2002-08-01 18:02:39 +0000 | |
---|---|---|
committer | 2002-08-01 18:02:39 +0000 | |
commit | 10a102ec8ff3f11500cdf945f68631d3f3490719 (patch) | |
tree | 428654f340215726d1e105ddf6db044b4aa4eecc /dev-libs/libpcre/libpcre-3.9-r1.ebuild | |
parent | Jaxp was a repack of various apache projects under a very restrictive Sun lic... (diff) | |
download | gentoo-2-10a102ec8ff3f11500cdf945f68631d3f3490719.tar.gz gentoo-2-10a102ec8ff3f11500cdf945f68631d3f3490719.tar.bz2 gentoo-2-10a102ec8ff3f11500cdf945f68631d3f3490719.zip |
repoman'd
Diffstat (limited to 'dev-libs/libpcre/libpcre-3.9-r1.ebuild')
-rw-r--r-- | dev-libs/libpcre/libpcre-3.9-r1.ebuild | 13 |
1 files changed, 5 insertions, 8 deletions
diff --git a/dev-libs/libpcre/libpcre-3.9-r1.ebuild b/dev-libs/libpcre/libpcre-3.9-r1.ebuild index 05acd447008c..ec00e4b75535 100644 --- a/dev-libs/libpcre/libpcre-3.9-r1.ebuild +++ b/dev-libs/libpcre/libpcre-3.9-r1.ebuild @@ -6,18 +6,15 @@ S=${WORKDIR}/pcre-${PV} DESCRIPTION="Perl-compatible regular expression library" SRC_URI="ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/pcre-${PV}.tar.bz2" HOMEPAGE="http://www.pcre.org/" -LICENSE="as-is" -DEPEND="virtual/glibc" + SLOT="3" +LICENSE="as-is" KEYWORDS="x86 ppc" -src_compile() { - ./configure \ - --host=${CHOST} \ - --prefix=/usr \ - --infodir=/usr/share/info \ - --mandir=/usr/share/man || die +DEPEND="virtual/glibc" +src_compile() { + econf || die emake || die } |