summaryrefslogtreecommitdiff
path: root/textproc/php-wddx
diff options
context:
space:
mode:
authorjdolecek <jdolecek@pkgsrc.org>2006-11-06 21:37:37 +0000
committerjdolecek <jdolecek@pkgsrc.org>2006-11-06 21:37:37 +0000
commit147b62e6ddc0a7bc6f61b9e83997f1bb1d8e10cc (patch)
tree18da899b183f65b7b83eecaf64d2aeb2a2a616a1 /textproc/php-wddx
parentafd2ead032cfc764aa3a99a87c42fbe634331192 (diff)
downloadpkgsrc-147b62e6ddc0a7bc6f61b9e83997f1bb1d8e10cc.tar.gz
--with-libxml-dir needed with PHP 5.2.0
Diffstat (limited to 'textproc/php-wddx')
-rw-r--r--textproc/php-wddx/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/textproc/php-wddx/Makefile b/textproc/php-wddx/Makefile
index f06be82c350..d9b3a4ff8c8 100644
--- a/textproc/php-wddx/Makefile
+++ b/textproc/php-wddx/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2006/06/04 16:26:55 joerg Exp $
+# $NetBSD: Makefile,v 1.12 2006/11/06 21:37:37 jdolecek Exp $
MODNAME= wddx
CATEGORIES+= textproc
@@ -17,9 +17,9 @@ CFLAGS+= -I${BUILDLINK_DIR}/include/libxml2 \
.include "../../lang/php/phpversion.mk"
-# link against libxml2 on PHP5 (the code is using expat compat
-# build wrapper)
+# link against libxml2 on PHP5
.if ${PKG_PHP_VERSION} == 5
+CONFIGURE_ARGS+= --with-libxml-dir=${BUILDLINK_DIR}
.include "../../textproc/libxml2/buildlink3.mk"
.else
.include "../../textproc/expat/buildlink3.mk"