diff options
author | snj <snj@pkgsrc.org> | 2004-04-11 08:14:24 +0000 |
---|---|---|
committer | snj <snj@pkgsrc.org> | 2004-04-11 08:14:24 +0000 |
commit | e47eb6e58f18bff7241b8a9ba388f295fcc59ab9 (patch) | |
tree | 5c9cdc2a71afffadcbd210ebb8cc0ddaa72931f1 /editors | |
parent | 2da2cc2b7bced228eed6255f85a26ba09b6ba60d (diff) | |
download | pkgsrc-e47eb6e58f18bff7241b8a9ba388f295fcc59ab9.tar.gz |
Convert to buildlink3.
Diffstat (limited to 'editors')
-rw-r--r-- | editors/hnb/Makefile | 8 | ||||
-rw-r--r-- | editors/lpe/Makefile | 6 | ||||
-rw-r--r-- | editors/manedit/Makefile | 6 | ||||
-rw-r--r-- | editors/mined/Makefile | 6 |
4 files changed, 13 insertions, 13 deletions
diff --git a/editors/hnb/Makefile b/editors/hnb/Makefile index 998e041db9c..407da944845 100644 --- a/editors/hnb/Makefile +++ b/editors/hnb/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2004/01/23 21:50:44 jmmv Exp $ +# $NetBSD: Makefile,v 1.12 2004/04/11 08:14:24 snj Exp $ # DISTNAME= hnb-1.8.1 @@ -13,9 +13,9 @@ COMMENT= Hierarchical data organizer INCOMPAT_CURSES= NetBSD-1.5* NetBSD-1.6[-_.]* NetBSD-1.6[A-U]-* GNU_CONFIGURE= yes -USE_BUILDLINK2= yes +USE_BUILDLINK3= yes USE_GNU_TOOLS+= make -.include "../../devel/ncurses/buildlink2.mk" -.include "../../textproc/libxml2/buildlink2.mk" +.include "../../devel/ncurses/buildlink3.mk" +.include "../../textproc/libxml2/buildlink3.mk" .include "../../mk/bsd.pkg.mk" diff --git a/editors/lpe/Makefile b/editors/lpe/Makefile index db9ee05aeb9..ca66b326b35 100644 --- a/editors/lpe/Makefile +++ b/editors/lpe/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2004/02/14 17:21:39 jlam Exp $ +# $NetBSD: Makefile,v 1.6 2004/04/11 08:17:01 snj Exp $ # DISTNAME= lpe-1.2.6 @@ -13,7 +13,7 @@ COMMENT= Small and efficient programmer's editor for UNIX systems BUILD_USES_MSGFMT= YES -USE_BUILDLINK2= YES +USE_BUILDLINK3= YES USE_PKGLOCALEDIR= YES USE_PKGINSTALL= YES USE_LIBTOOL= YES @@ -33,6 +33,6 @@ post-patch: ${SED} ${FILES_SUBST_SED} lpe.1.$${f}.orig > lpe.1.$${f}; \ done -.include "../../devel/libslang/buildlink2.mk" +.include "../../devel/libslang/buildlink3.mk" .include "../../mk/bsd.pkg.mk" diff --git a/editors/manedit/Makefile b/editors/manedit/Makefile index 3a92c60e0f1..d1982544024 100644 --- a/editors/manedit/Makefile +++ b/editors/manedit/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2004/01/20 12:14:05 agc Exp $ +# $NetBSD: Makefile,v 1.18 2004/04/11 08:18:22 snj Exp $ # DISTNAME= manedit-0.5.6 @@ -12,7 +12,7 @@ HOMEPAGE= http://wolfpack.twu.net/ManEdit/ COMMENT= UNIX Manual (man, manpage) page editor, viewer, and browser for X11 WRKSRC= ${WRKDIR}/${DISTNAME}/manedit -USE_BUILDLINK2= YES +USE_BUILDLINK3= YES MAKE_ENV+= CPP="${CXX}" @@ -36,5 +36,5 @@ do-install: cd ${WRKSRC} && ${INSTALL_DATA} manedit.xpm \ ${PREFIX}/share/manedit/icons -.include "../../x11/gtk/buildlink2.mk" +.include "../../x11/gtk/buildlink3.mk" .include "../../mk/bsd.pkg.mk" diff --git a/editors/mined/Makefile b/editors/mined/Makefile index 85694763bc1..fdd99455323 100644 --- a/editors/mined/Makefile +++ b/editors/mined/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2003/09/28 09:13:56 jlam Exp $ +# $NetBSD: Makefile,v 1.11 2004/04/11 08:19:54 snj Exp $ # DISTNAME= mined-2000.7 @@ -11,9 +11,9 @@ HOMEPAGE= http://towo.net/mined/ COMMENT= Html-aware editor WRKSRC= ${WRKDIR}/${DISTNAME}/src -USE_BUILDLINK2= yes +USE_BUILDLINK3= yes MAKEFILE= makefile.bsd -.include "../../devel/ncurses/buildlink2.mk" +.include "../../devel/ncurses/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |