diff options
author | jdolecek <jdolecek@pkgsrc.org> | 2006-11-06 21:37:37 +0000 |
---|---|---|
committer | jdolecek <jdolecek@pkgsrc.org> | 2006-11-06 21:37:37 +0000 |
commit | 15b9f7053c92a40dc241df2f59295c3c5bdd67b7 (patch) | |
tree | 18da899b183f65b7b83eecaf64d2aeb2a2a616a1 /textproc/php-wddx | |
parent | 8df04531a26f085cbcd3eb8af9ff9086c5412a52 (diff) | |
download | pkgsrc-15b9f7053c92a40dc241df2f59295c3c5bdd67b7.tar.gz |
--with-libxml-dir needed with PHP 5.2.0
Diffstat (limited to 'textproc/php-wddx')
-rw-r--r-- | textproc/php-wddx/Makefile | 6 |
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" |