diff options
author | wiz <wiz@pkgsrc.org> | 2004-04-18 19:34:05 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2004-04-18 19:34:05 +0000 |
commit | 8b19f4c9ee991a42f73aa9f1cce9b39a7305494b (patch) | |
tree | cf7b0f0b62cb8eb1a59b81f471cc249660138778 | |
parent | 2b06882aa9c42840c234223cfcaac0b1a40f9cda (diff) | |
download | pkgsrc-8b19f4c9ee991a42f73aa9f1cce9b39a7305494b.tar.gz |
Convert to bl3.
-rw-r--r-- | misc/kanjipad/Makefile | 6 | ||||
-rw-r--r-- | misc/reed/Makefile | 6 | ||||
-rw-r--r-- | textproc/GutenMark/Makefile | 6 | ||||
-rw-r--r-- | textproc/xslide/Makefile | 4 |
4 files changed, 11 insertions, 11 deletions
diff --git a/misc/kanjipad/Makefile b/misc/kanjipad/Makefile index d255ddf336f..b3cf2e74ab0 100644 --- a/misc/kanjipad/Makefile +++ b/misc/kanjipad/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2003/07/17 21:49:17 grant Exp $ +# $NetBSD: Makefile,v 1.7 2004/04/18 19:37:14 wiz Exp $ # DISTNAME= kanjipad-1.2.1 @@ -12,7 +12,7 @@ COMMENT= Japanese handwriting recognition with GTK interface USE_PERL5= build -USE_BUILDLINK2= YES +USE_BUILDLINK3= YES do-install: ${INSTALL_DATA_DIR} ${PREFIX}/share/kanjipad @@ -20,5 +20,5 @@ do-install: ${INSTALL_PROGRAM} ${WRKSRC}/kpengine ${PREFIX}/bin ${INSTALL_DATA} ${WRKSRC}/jdata.dat ${PREFIX}/share/kanjipad -.include "../../x11/gtk/buildlink2.mk" +.include "../../x11/gtk/buildlink3.mk" .include "../../mk/bsd.pkg.mk" diff --git a/misc/reed/Makefile b/misc/reed/Makefile index 83eb1ca019a..42892eccca5 100644 --- a/misc/reed/Makefile +++ b/misc/reed/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2003/09/28 09:13:58 jlam Exp $ +# $NetBSD: Makefile,v 1.13 2004/04/18 19:34:05 wiz Exp $ DISTNAME= reed-5.4 PKGREVISION= 1 @@ -12,7 +12,7 @@ COMMENT= Auto-scrolling file viewer CONFIGURE_SCRIPT= ./configures CONFIGURE_ARGS+= -p ${PREFIX} HAS_CONFIGURE= YES -USE_BUILDLINK2= YES +USE_BUILDLINK3= YES USE_PERL5= YES REPLACE_PERL= breed fix_bookmarks.pl wrap @@ -29,5 +29,5 @@ do-install: ${INSTALL_DATA_DIR} ${PREFIX}/share/reed ${INSTALL_DATA} ${WRKSRC}/help ${PREFIX}/share/reed/ -.include "../../devel/ncurses/buildlink2.mk" +.include "../../devel/ncurses/buildlink3.mk" .include "../../mk/bsd.pkg.mk" diff --git a/textproc/GutenMark/Makefile b/textproc/GutenMark/Makefile index b98384613f1..1c00912fb27 100644 --- a/textproc/GutenMark/Makefile +++ b/textproc/GutenMark/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2004/01/24 15:13:19 grant Exp $ +# $NetBSD: Makefile,v 1.7 2004/04/18 19:36:39 wiz Exp $ # DISTNAME= GutenMark_source_${GVER} @@ -14,12 +14,12 @@ DEPENDS+= GutenMark-words-[0-9]*:../../textproc/GutenMark-words WRKSRC= ${WRKDIR}/GutenMark-source GVER= 20020714 -USE_BUILDLINK2= YES +USE_BUILDLINK3= YES USE_GNU_TOOLS+= make ALL_TARGET= GutenMark do-install: ${INSTALL_PROGRAM} ${WRKSRC}/GutenMark ${PREFIX}/bin -.include "../../devel/zlib/buildlink2.mk" +.include "../../devel/zlib/buildlink3.mk" .include "../../mk/bsd.pkg.mk" diff --git a/textproc/xslide/Makefile b/textproc/xslide/Makefile index b376ed3b65e..174c1b46841 100644 --- a/textproc/xslide/Makefile +++ b/textproc/xslide/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2003/09/03 14:55:00 wiz Exp $ +# $NetBSD: Makefile,v 1.2 2004/04/18 19:42:18 wiz Exp $ # DISTNAME= xslide-0.2.2 @@ -9,7 +9,7 @@ MAINTAINER= wiz@NetBSD.org HOMEPAGE= http://xslide.sourceforge.net/ COMMENT= XSL major mode for emacs -USE_BUILDLINK2= yes +USE_BUILDLINK3= yes .include "../../mk/emacs.mk" |