diff options
Diffstat (limited to 'math/php-bcmath/Makefile')
-rw-r--r-- | math/php-bcmath/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/math/php-bcmath/Makefile b/math/php-bcmath/Makefile index b0d61c1571f..404b96e4e19 100644 --- a/math/php-bcmath/Makefile +++ b/math/php-bcmath/Makefile @@ -1,9 +1,11 @@ -# $NetBSD: Makefile,v 1.6 2006/06/04 16:26:54 joerg Exp $ +# $NetBSD: Makefile,v 1.7 2008/06/12 02:14:36 joerg Exp $ MODNAME= bcmath CATEGORIES+= math COMMENT= PHP extension for bc-style arbitrary precision math +PKG_DESTDIR_SUPPORT= user-destdir + CONFLICTS= php-bcmath-[0-9]* CONFIGURE_ARGS+= --enable-${MODNAME} |