summaryrefslogtreecommitdiff
path: root/textproc/php4-xslt
diff options
context:
space:
mode:
authorjdolecek <jdolecek@pkgsrc.org>2004-10-31 21:28:51 +0000
committerjdolecek <jdolecek@pkgsrc.org>2004-10-31 21:28:51 +0000
commitac09227971b743f81772dfc3af7dcb6aae00a1af (patch)
tree47f0891fea91c4284fa38eec43f515a2d53fc8bb /textproc/php4-xslt
parentec3c63fd71dfc2c9f23fabb09d3854f0ada4ea4d (diff)
downloadpkgsrc-ac09227971b743f81772dfc3af7dcb6aae00a1af.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/php4-xslt')
-rw-r--r--textproc/php4-xslt/Makefile5
1 files changed, 3 insertions, 2 deletions
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}