diff options
Diffstat (limited to 'textproc/php-json/Makefile')
-rw-r--r-- | textproc/php-json/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/textproc/php-json/Makefile b/textproc/php-json/Makefile index 7ae6eaa8f1a..4360b71ef50 100644 --- a/textproc/php-json/Makefile +++ b/textproc/php-json/Makefile @@ -1,10 +1,12 @@ -# $NetBSD: Makefile,v 1.1.1.1 2006/11/06 22:22:51 jdolecek Exp $ +# $NetBSD: Makefile,v 1.2 2008/06/12 02:14:51 joerg Exp $ MODNAME= json PECL_VERSION= 1.2.1 CATEGORIES+= textproc COMMENT= PHP extension for JSON serialization support +PKG_DESTDIR_SUPPORT= user-destdir + CONFIGURE_ARGS+= --enable-${MODNAME}=shared,${BUILDLINK_DIR} .include "../../lang/php/ext.mk" |