diff options
Diffstat (limited to 'textproc/scrollkeeper/Makefile')
-rw-r--r-- | textproc/scrollkeeper/Makefile | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/textproc/scrollkeeper/Makefile b/textproc/scrollkeeper/Makefile index b0c8558e54f..1adc9208f55 100644 --- a/textproc/scrollkeeper/Makefile +++ b/textproc/scrollkeeper/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.19 2004/01/24 15:13:20 grant Exp $ +# $NetBSD: Makefile,v 1.20 2004/02/11 04:35:21 xtraeme Exp $ # DISTNAME= scrollkeeper-0.3.14 @@ -15,7 +15,7 @@ BUILD_USES_MSGFMT= yes DEPENDS= docbook-xml>=4.2:../../textproc/docbook-xml GNU_CONFIGURE= yes -USE_BUILDLINK2= yes +USE_BUILDLINK3= yes USE_GNU_TOOLS+= make USE_LIBTOOL= yes USE_PKGINSTALL= yes @@ -48,10 +48,10 @@ FILES_SUBST+= SCROLLKEEPER_REBUILDDB="${SCROLLKEEPER_REBUILDDB}" EGDIR= ${PREFIX}/share/examples/scrollkeeper CONF_FILES= ${EGDIR}/scrollkeeper.conf ${PKG_SYSCONFDIR}/scrollkeeper.conf -.include "../../devel/gettext-lib/buildlink2.mk" -.include "../../textproc/libxml2/buildlink2.mk" -.include "../../textproc/libxslt/buildlink2.mk" -.include "../../textproc/intltool/buildlink2.mk" -.include "../../textproc/xmlcatmgr/buildlink2.mk" +.include "../../devel/gettext-lib/buildlink3.mk" +.include "../../textproc/libxml2/buildlink3.mk" +.include "../../textproc/libxslt/buildlink3.mk" +.include "../../textproc/intltool/buildlink3.mk" +.include "../../textproc/xmlcatmgr/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |