diff options
author | jlam <jlam> | 2002-02-28 06:17:29 +0000 |
---|---|---|
committer | jlam <jlam> | 2002-02-28 06:17:29 +0000 |
commit | e520b86159b8a46401173343b93ccec2b0049220 (patch) | |
tree | 097236ef97f2cecc962e24b52f6c0db5dc8bc931 /devel | |
parent | 89bc814c36d0a3a449879eff7fee24f623f826e2 (diff) | |
download | pkgsrc-e520b86159b8a46401173343b93ccec2b0049220.tar.gz |
Update devel/php4-gmp to 4.1.2. The only change from version 4.1.1 is
that this is built from the php-4.1.2 sources.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/php4-gmp/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/devel/php4-gmp/Makefile b/devel/php4-gmp/Makefile index a28e14bf95b..1808e5b2d2c 100644 --- a/devel/php4-gmp/Makefile +++ b/devel/php4-gmp/Makefile @@ -1,6 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2001/12/03 08:31:00 jlam Exp $ - -.include "../../www/php4/Makefile.module" +# $NetBSD: Makefile,v 1.4 2002/02/28 06:17:29 jlam Exp $ MODNAME= gmp CATEGORIES+= devel math @@ -8,6 +6,9 @@ PKGREVISION= # empty COMMENT= PHP4 extension for arbitrary precision math USE_BUILDLINK_ONLY= YES + +.include "../../www/php4/Makefile.module" + CONFIGURE_ARGS+= --with-${MODNAME}=shared,${BUILDLINK_DIR} .include "../../devel/gmp/buildlink.mk" |