diff options
author | xtraeme <xtraeme> | 2004-04-25 00:52:39 +0000 |
---|---|---|
committer | xtraeme <xtraeme> | 2004-04-25 00:52:39 +0000 |
commit | 9319901368313c778f4deadb2014903653149240 (patch) | |
tree | 446482385edbbf421ba316d6a3b9a02d82f34e18 /textproc/php4-wddx | |
parent | 422884ee4fb429327f24aa5a30c64a0a2d2f1576 (diff) | |
download | pkgsrc-9319901368313c778f4deadb2014903653149240.tar.gz |
bl3ify
Diffstat (limited to 'textproc/php4-wddx')
-rw-r--r-- | textproc/php4-wddx/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/textproc/php4-wddx/Makefile b/textproc/php4-wddx/Makefile index 6c2497ebbe7..f5a9aa9ea64 100644 --- a/textproc/php4-wddx/Makefile +++ b/textproc/php4-wddx/Makefile @@ -1,15 +1,15 @@ -# $NetBSD: Makefile,v 1.11 2003/11/29 12:12:10 jdolecek Exp $ +# $NetBSD: Makefile,v 1.12 2004/04/25 00:52:39 xtraeme Exp $ MODNAME= wddx CATEGORIES+= textproc PKGREVISION= # empty COMMENT= PHP4 extension for WDDX support -USE_BUILDLINK2= YES +USE_BUILDLINK3= YES .include "../../www/php4/Makefile.module" CONFIGURE_ARGS+= --enable-${MODNAME}=shared,${BUILDLINK_PREFIX.expat} -.include "../../textproc/expat/buildlink2.mk" +.include "../../textproc/expat/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |