diff options
Diffstat (limited to 'textproc/php4-xml/Makefile')
-rw-r--r-- | textproc/php4-xml/Makefile | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/textproc/php4-xml/Makefile b/textproc/php4-xml/Makefile deleted file mode 100644 index 7c5af7ceb39..00000000000 --- a/textproc/php4-xml/Makefile +++ /dev/null @@ -1,16 +0,0 @@ -# $NetBSD: Makefile,v 1.5 2002/10/09 19:27:39 wiz Exp $ - -MODNAME= xml -CATEGORIES+= textproc -PKGREVISION= # empty -COMMENT= PHP4 extension for parsing XML - -USE_BUILDLINK2= YES - -.include "../../www/php4/Makefile.module" - -CONFIGURE_ARGS+= --enable-${MODNAME} -CONFIGURE_ARGS+= --with-expat-dir=shared,${BUILDLINK_PREFIX.expat} - -.include "../../textproc/expat/buildlink2.mk" -.include "../../mk/bsd.pkg.mk" |