diff options
Diffstat (limited to 'math/php-bcmath/Makefile')
-rw-r--r-- | math/php-bcmath/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/math/php-bcmath/Makefile b/math/php-bcmath/Makefile index c15624ab2d8..3dfb757bfcf 100644 --- a/math/php-bcmath/Makefile +++ b/math/php-bcmath/Makefile @@ -1,10 +1,11 @@ -# $NetBSD: Makefile,v 1.4 2006/02/05 23:10:03 joerg Exp $ +# $NetBSD: Makefile,v 1.5 2006/06/02 18:27:56 joerg Exp $ MODNAME= bcmath -PKGREVISION= 1 CATEGORIES+= math COMMENT= PHP extension for bc-style arbitrary precision math +CONFLICTS= php-bcmath-[0-9] + CONFIGURE_ARGS+= --enable-${MODNAME} .include "../../lang/php/ext.mk" |