diff options
Diffstat (limited to 'textproc/php4-wddx/Makefile')
-rw-r--r-- | textproc/php4-wddx/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/textproc/php4-wddx/Makefile b/textproc/php4-wddx/Makefile index bd350c3958d..dd89550962a 100644 --- a/textproc/php4-wddx/Makefile +++ b/textproc/php4-wddx/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2002/02/28 06:18:53 jlam Exp $ +# $NetBSD: Makefile,v 1.6 2002/10/09 19:25:50 wiz Exp $ MODNAME= wddx CATEGORIES+= textproc @@ -8,12 +8,12 @@ COMMENT= PHP4 extension for WDDX support DEPENDS+= php-session>=${PHP_BASE_VERS}:../../devel/php4-session DEPENDS+= php-xml>=${PHP_BASE_VERS}:../../textproc/php4-xml -USE_BUILDLINK_ONLY= YES +USE_BUILDLINK2= YES .include "../../www/php4/Makefile.module" -CONFIGURE_ARGS+= --enable-${MODNAME}=shared,${BUILDLINK_DIR} -CONFIGURE_ARGS+= --with-expat-dir=shared,${BUILDLINK_DIR} +CONFIGURE_ARGS+= --enable-${MODNAME}=shared,${BUILDLINK_PREFIX.expat} +CONFIGURE_ARGS+= --with-expat-dir=shared,${BUILDLINK_PREFIX.expat} -.include "../../textproc/expat/buildlink.mk" +.include "../../textproc/expat/buildlink2.mk" .include "../../mk/bsd.pkg.mk" |