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
commiteda94000e47deedc9b404ef1dfa71a7cf090d584 (patch)
treea771b9640d491796200bc1cfbe05967468ab384a /math/php-bcmath
parent1c982f05b04f256ca17477f8c578d081ac196b85 (diff)
downloadpkgsrc-eda94000e47deedc9b404ef1dfa71a7cf090d584.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"