diff options
Diffstat (limited to 'textproc/php4-xslt/Makefile')
-rw-r--r-- | textproc/php4-xslt/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/textproc/php4-xslt/Makefile b/textproc/php4-xslt/Makefile index 6262b76cc3f..cf052dc48ac 100644 --- a/textproc/php4-xslt/Makefile +++ b/textproc/php4-xslt/Makefile @@ -1,11 +1,10 @@ -# $NetBSD: Makefile,v 1.14 2004/11/05 21:44:44 jdolecek Exp $ +# $NetBSD: Makefile,v 1.15 2005/04/11 21:47:41 tv Exp $ MODNAME= xslt CATEGORIES+= textproc PKGREVISION= # empty COMMENT= PHP4 extension for XSLT functions (Sablotron backend) -USE_BUILDLINK3= YES CONFIGURE_ARGS+= --enable-${MODNAME} CONFIGURE_ARGS+= --with-${MODNAME}-sablot=${BUILDLINK_PREFIX.sablotron} |