diff options
author | wiz <wiz@pkgsrc.org> | 2002-09-10 12:32:11 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2002-09-10 12:32:11 +0000 |
commit | 0240d2a06b1dac34df246f70318fe84e6b322150 (patch) | |
tree | 146b74f79b364918199686c008b3e694c38524b6 /textproc | |
parent | 741cce2df56e3b63d8a166e0ea5a7afa969c64dc (diff) | |
download | pkgsrc-0240d2a06b1dac34df246f70318fe84e6b322150.tar.gz |
Convert to buildlink2 (was mixing one and two).
Diffstat (limited to 'textproc')
-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 2e79f1e6045..0f901a52220 100644 --- a/textproc/php4-xslt/Makefile +++ b/textproc/php4-xslt/Makefile @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.3 2002/02/28 06:19:03 jlam Exp $ +# $NetBSD: Makefile,v 1.4 2002/09/10 12:32:11 wiz Exp $ MODNAME= xslt CATEGORIES+= textproc PKGREVISION= # empty COMMENT= PHP4 extension for XSLT functions (Sablotron backend) -USE_BUILDLINK_ONLY= YES +USE_BUILDLINK2= YES .include "../../www/php4/Makefile.module" @@ -27,5 +27,5 @@ post-install: ${INSTALL_DATA_DIR} ${DOCDIR} cd ${WRKSRC}; ${INSTALL_DATA} README.XSLT-BACKENDS ${DOCDIR} -.include "../../textproc/sablotron/buildlink.mk" +.include "../../textproc/sablotron/buildlink2.mk" .include "../../mk/bsd.pkg.mk" |