summaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authorjlam <jlam>2002-02-28 06:18:53 +0000
committerjlam <jlam>2002-02-28 06:18:53 +0000
commit1d9ef27cc80422104762fb030ff5e44e383db965 (patch)
treec0de792cbde3e5a84aa115e7bd96f3fdfa3abb2d /textproc
parent7d3466b0192a4857a0c75386519a2ff653ea2c23 (diff)
downloadpkgsrc-1d9ef27cc80422104762fb030ff5e44e383db965.tar.gz
Update textproc/php4-wddx 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')
-rw-r--r--textproc/php4-wddx/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/textproc/php4-wddx/Makefile b/textproc/php4-wddx/Makefile
index 83134592e39..bd350c3958d 100644
--- a/textproc/php4-wddx/Makefile
+++ b/textproc/php4-wddx/Makefile
@@ -1,6 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2001/12/03 08:31:04 jlam Exp $
-
-.include "../../www/php4/Makefile.module"
+# $NetBSD: Makefile,v 1.5 2002/02/28 06:18:53 jlam Exp $
MODNAME= wddx
CATEGORIES+= textproc
@@ -11,6 +9,9 @@ DEPENDS+= php-session>=${PHP_BASE_VERS}:../../devel/php4-session
DEPENDS+= php-xml>=${PHP_BASE_VERS}:../../textproc/php4-xml
USE_BUILDLINK_ONLY= YES
+
+.include "../../www/php4/Makefile.module"
+
CONFIGURE_ARGS+= --enable-${MODNAME}=shared,${BUILDLINK_DIR}
CONFIGURE_ARGS+= --with-expat-dir=shared,${BUILDLINK_DIR}