summaryrefslogtreecommitdiff
path: root/textproc/php4-xslt
diff options
context:
space:
mode:
authorjlam <jlam>2002-02-28 06:19:03 +0000
committerjlam <jlam>2002-02-28 06:19:03 +0000
commitb626ad89270872c5813e5708dea5b187f98c0abd (patch)
treea1647aeccacc21aff5a06ae0ef1be9f0e9726e3d /textproc/php4-xslt
parent1a8027e249f3d5fc1e05c0799550f09f4c614c27 (diff)
downloadpkgsrc-b626ad89270872c5813e5708dea5b187f98c0abd.tar.gz
Update textproc/php4-xslt to 4.1.2. The only change from version 4.1.1 is
that this is built from the php-4.1.2 sources.
Diffstat (limited to 'textproc/php4-xslt')
-rw-r--r--textproc/php4-xslt/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/textproc/php4-xslt/Makefile b/textproc/php4-xslt/Makefile
index 325891b8137..2e79f1e6045 100644
--- a/textproc/php4-xslt/Makefile
+++ b/textproc/php4-xslt/Makefile
@@ -1,6 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2002/01/01 06:46:39 jlam Exp $
-
-.include "../../www/php4/Makefile.module"
+# $NetBSD: Makefile,v 1.3 2002/02/28 06:19:03 jlam Exp $
MODNAME= xslt
CATEGORIES+= textproc
@@ -8,6 +6,9 @@ PKGREVISION= # empty
COMMENT= PHP4 extension for XSLT functions (Sablotron backend)
USE_BUILDLINK_ONLY= YES
+
+.include "../../www/php4/Makefile.module"
+
CONFIGURE_ARGS+= --enable-${MODNAME}
CONFIGURE_ARGS+= --with-${MODNAME}-sablot=shared,${BUILDLINK_DIR}
CONFIGURE_ARGS+= --with-expat-dir=shared,${BUILDLINK_DIR}