summaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
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}