summaryrefslogtreecommitdiff
path: root/math/php-bcmath
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2005-10-07 12:32:33 +0000
committerrillig <rillig@pkgsrc.org>2005-10-07 12:32:33 +0000
commitdcf165bab6b92a4a19357aeb10fa272314f0472f (patch)
treea771b9640d491796200bc1cfbe05967468ab384a /math/php-bcmath
parent79ff7c7904ab734a1e0ac771a1192d6a9191dd80 (diff)
downloadpkgsrc-dcf165bab6b92a4a19357aeb10fa272314f0472f.tar.gz
Fixed a pkglint warning.
Diffstat (limited to 'math/php-bcmath')
-rw-r--r--math/php-bcmath/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/math/php-bcmath/Makefile b/math/php-bcmath/Makefile
index 077dce88f51..3ac1625d7bc 100644
--- a/math/php-bcmath/Makefile
+++ b/math/php-bcmath/Makefile
@@ -1,11 +1,9 @@
-# $NetBSD: Makefile,v 1.2 2005/04/11 21:46:30 tv Exp $
+# $NetBSD: Makefile,v 1.3 2005/10/07 12:34:11 rillig Exp $
MODNAME= bcmath
CATEGORIES+= math
-PKGREVISION= # empty
COMMENT= PHP extension for bc-style arbitrary precision math
-
CONFIGURE_ARGS+= --enable-${MODNAME}
.include "../../lang/php/ext.mk"