diff options
author | jdolecek <jdolecek> | 2004-10-31 21:28:51 +0000 |
---|---|---|
committer | jdolecek <jdolecek> | 2004-10-31 21:28:51 +0000 |
commit | 06e726293a93a9cdc323145d2a88c40657f402b6 (patch) | |
tree | 47f0891fea91c4284fa38eec43f515a2d53fc8bb /textproc | |
parent | b330624cbede009fc0b0b2f3bcaa910e5c0012aa (diff) | |
download | pkgsrc-06e726293a93a9cdc323145d2a88c40657f402b6.tar.gz |
convert to use lang/php/ext.mk, tho these packages are PHP4-only
(moved to PECL or replaced by different extensions in 5.x)
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/php4-domxml/Makefile | 5 | ||||
-rw-r--r-- | textproc/php4-xslt/Makefile | 5 |
2 files changed, 6 insertions, 4 deletions
diff --git a/textproc/php4-domxml/Makefile b/textproc/php4-domxml/Makefile index 92239a53450..475973047b6 100644 --- a/textproc/php4-domxml/Makefile +++ b/textproc/php4-domxml/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.18 2004/07/06 19:52:01 jdolecek Exp $ +# $NetBSD: Makefile,v 1.19 2004/10/31 21:28:51 jdolecek Exp $ MODNAME= domxml CATEGORIES+= textproc @@ -7,7 +7,8 @@ COMMENT= PHP4 extension for DOM support USE_BUILDLINK3= YES -.include "../../www/php4/Makefile.module" +PHP_VERSION_REQD= 4 +.include "../../lang/php/ext.mk" CONFIGURE_ARGS+= --enable-${MODNAME}=shared,${BUILDLINK_PREFIX.libxml2} CONFIGURE_ARGS+= --with-dom=shared,${BUILDLINK_PREFIX.libxml2} diff --git a/textproc/php4-xslt/Makefile b/textproc/php4-xslt/Makefile index 35c155ee6ae..114cc35d6cf 100644 --- a/textproc/php4-xslt/Makefile +++ b/textproc/php4-xslt/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2004/07/12 04:32:21 jdolecek Exp $ +# $NetBSD: Makefile,v 1.13 2004/10/31 21:28:51 jdolecek Exp $ MODNAME= xslt CATEGORIES+= textproc @@ -7,7 +7,8 @@ COMMENT= PHP4 extension for XSLT functions (Sablotron backend) USE_BUILDLINK3= YES -.include "../../www/php4/Makefile.module" +PHP_VERSION_REQD= 4 +.include "../../lang/php/ext.mk" CONFIGURE_ARGS+= --enable-${MODNAME} CONFIGURE_ARGS+= --with-${MODNAME}-sablot=${BUILDLINK_PREFIX.sablotron} |