diff options
author | jdolecek <jdolecek@pkgsrc.org> | 2004-11-05 17:11:39 +0000 |
---|---|---|
committer | jdolecek <jdolecek@pkgsrc.org> | 2004-11-05 17:11:39 +0000 |
commit | 4fdb70ce2b6a154fab737325ef9b83945cd7bbc9 (patch) | |
tree | 89a1969994af5555fc7a3f3db8d11fca07670f21 /textproc | |
parent | e4a73d8831a35ec7b2c81ad104852b3c8d4535a3 (diff) | |
download | pkgsrc-4fdb70ce2b6a154fab737325ef9b83945cd7bbc9.tar.gz |
now that PHP 5.x Makefile.common doesn't pollute CONFIGURE_ARGS, it safe
to include "../../lang/php/ext.mk" after extension CONFIGURE_ARGS
setting; successful build confirmed with both PHP 4.x and PHP 5.x
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/php-wddx/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/textproc/php-wddx/Makefile b/textproc/php-wddx/Makefile index def64b5129f..bd7bdd7f681 100644 --- a/textproc/php-wddx/Makefile +++ b/textproc/php-wddx/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2004/10/31 21:07:14 jdolecek Exp $ +# $NetBSD: Makefile,v 1.3 2004/11/05 17:11:40 jdolecek Exp $ MODNAME= wddx CATEGORIES+= textproc @@ -7,9 +7,8 @@ COMMENT= PHP extension for WDDX support USE_BUILDLINK3= YES -.include "../../lang/php/ext.mk" - CONFIGURE_ARGS+= --enable-${MODNAME}=shared,${BUILDLINK_PREFIX.expat} +.include "../../lang/php/ext.mk" .include "../../textproc/expat/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |