diff options
author | xtraeme <xtraeme@pkgsrc.org> | 2004-04-25 00:52:39 +0000 |
---|---|---|
committer | xtraeme <xtraeme@pkgsrc.org> | 2004-04-25 00:52:39 +0000 |
commit | bdfb06d7e3a3477d9c52a18d61ef8feb09e8a856 (patch) | |
tree | 446482385edbbf421ba316d6a3b9a02d82f34e18 /textproc/php4-xslt | |
parent | a47ba92285cb608c357f36880ea910afb203fff9 (diff) | |
download | pkgsrc-bdfb06d7e3a3477d9c52a18d61ef8feb09e8a856.tar.gz |
bl3ify
Diffstat (limited to 'textproc/php4-xslt')
-rw-r--r-- | textproc/php4-xslt/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/textproc/php4-xslt/Makefile b/textproc/php4-xslt/Makefile index 15c7b178c12..c182e6cb129 100644 --- a/textproc/php4-xslt/Makefile +++ b/textproc/php4-xslt/Makefile @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.9 2003/08/31 19:56:04 jdolecek Exp $ +# $NetBSD: Makefile,v 1.10 2004/04/25 00:52:39 xtraeme Exp $ MODNAME= xslt PKGREVISION= # empty CATEGORIES+= textproc COMMENT= PHP4 extension for XSLT functions (Sablotron backend) -USE_BUILDLINK2= YES +USE_BUILDLINK3= YES .include "../../www/php4/Makefile.module" @@ -25,5 +25,5 @@ post-install: ${INSTALL_DATA_DIR} ${DOCDIR} cd ${WRKSRC}; ${INSTALL_DATA} README.XSLT-BACKENDS ${DOCDIR} -.include "../../textproc/sablotron/buildlink2.mk" +.include "../../textproc/sablotron/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |