summaryrefslogtreecommitdiff
path: root/math/php-bcmath
diff options
context:
space:
mode:
authorrillig <rillig>2005-10-07 12:32:33 +0000
committerrillig <rillig>2005-10-07 12:32:33 +0000
commit644344ea161239639b868b4cfa5931b5b054190a (patch)
treea771b9640d491796200bc1cfbe05967468ab384a /math/php-bcmath
parent99ea655e1a716442ff7ab2c649e1faff1ca3608d (diff)
downloadpkgsrc-644344ea161239639b868b4cfa5931b5b054190a.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"