diff options
Diffstat (limited to 'textproc/php-wddx')
-rw-r--r-- | textproc/php-wddx/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/textproc/php-wddx/Makefile b/textproc/php-wddx/Makefile index bd7bdd7f681..abbf09279f5 100644 --- a/textproc/php-wddx/Makefile +++ b/textproc/php-wddx/Makefile @@ -1,11 +1,10 @@ -# $NetBSD: Makefile,v 1.3 2004/11/05 17:11:40 jdolecek Exp $ +# $NetBSD: Makefile,v 1.4 2005/04/11 21:47:41 tv Exp $ MODNAME= wddx CATEGORIES+= textproc PKGREVISION= # empty COMMENT= PHP extension for WDDX support -USE_BUILDLINK3= YES CONFIGURE_ARGS+= --enable-${MODNAME}=shared,${BUILDLINK_PREFIX.expat} |