summaryrefslogtreecommitdiff
path: root/math/php4-bcmath
diff options
context:
space:
mode:
authorjlam <jlam>2002-02-28 06:18:08 +0000
committerjlam <jlam>2002-02-28 06:18:08 +0000
commit905391bf255523db2316e71f7462265a1576af96 (patch)
tree359fbf8b06420b0d1ea9f6f3e58519b5b176a846 /math/php4-bcmath
parent5c457239501355927a869080fdd373e1d8b7dcb3 (diff)
downloadpkgsrc-905391bf255523db2316e71f7462265a1576af96.tar.gz
Update math/php4-bcmath 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 'math/php4-bcmath')
-rw-r--r--math/php4-bcmath/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/math/php4-bcmath/Makefile b/math/php4-bcmath/Makefile
index a387ee3b41b..009cddb1e2c 100644
--- a/math/php4-bcmath/Makefile
+++ b/math/php4-bcmath/Makefile
@@ -1,6 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2001/12/03 08:31:02 jlam Exp $
-
-.include "../../www/php4/Makefile.module"
+# $NetBSD: Makefile,v 1.3 2002/02/28 06:18:08 jlam Exp $
MODNAME= bcmath
CATEGORIES+= math
@@ -8,6 +6,9 @@ PKGREVISION= # empty
COMMENT= PHP4 extension for bc-style arbitrary precision math
USE_BUILDLINK_ONLY= YES
+
+.include "../../www/php4/Makefile.module"
+
CONFIGURE_ARGS+= --enable-${MODNAME}
.include "../../mk/bsd.pkg.mk"