diff options
author | jlam <jlam@pkgsrc.org> | 2002-02-28 06:17:29 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2002-02-28 06:17:29 +0000 |
commit | ac2323d2766ffe41f6f07af845d9e2a1d022be65 (patch) | |
tree | 097236ef97f2cecc962e24b52f6c0db5dc8bc931 /devel/php4-gmp | |
parent | 88a4a1c9921ffdac0c4963c0d40d2a42bfd7aa31 (diff) | |
download | pkgsrc-ac2323d2766ffe41f6f07af845d9e2a1d022be65.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/php4-gmp')
-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" |