summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsnj <snj>2004-04-11 08:03:29 +0000
committersnj <snj>2004-04-11 08:03:29 +0000
commitdf33abb5a8be5f62c103e15900f018d800682cd1 (patch)
tree58635f92996cb76bf31c054ae77ec6a8b04d1391
parent22c90dca8f760e2271362c92fb5e58e80fc794f0 (diff)
downloadpkgsrc-df33abb5a8be5f62c103e15900f018d800682cd1.tar.gz
Convert to buildlink3.
-rw-r--r--editors/beaver/Makefile6
-rw-r--r--editors/biew/Makefile6
-rw-r--r--editors/cooledit/Makefile6
-rw-r--r--editors/gice/Makefile6
-rw-r--r--editors/hexedit/Makefile6
5 files changed, 15 insertions, 15 deletions
diff --git a/editors/beaver/Makefile b/editors/beaver/Makefile
index 3b3427ea8b7..70cafdd29f2 100644
--- a/editors/beaver/Makefile
+++ b/editors/beaver/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2004/03/08 19:40:37 jmmv Exp $
+# $NetBSD: Makefile,v 1.7 2004/04/11 08:03:29 snj Exp $
#
DISTNAME= beaver-0.2.6
@@ -13,9 +13,9 @@ COMMENT= Lightweight GTK+ text editor with syntax highlighting
DEPENDS+= xdg-dirs>=1.1:../../misc/xdg-dirs
WRKSRC= ${WRKDIR}/${DISTNAME}/src
-USE_BUILDLINK2= YES
+USE_BUILDLINK3= YES
USE_X11= YES
-.include "../../x11/gtk/buildlink2.mk"
+.include "../../x11/gtk/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/editors/biew/Makefile b/editors/biew/Makefile
index 7cc9ab34aca..7003d79ab1f 100644
--- a/editors/biew/Makefile
+++ b/editors/biew/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2004/01/22 08:30:30 grant Exp $
+# $NetBSD: Makefile,v 1.10 2004/04/11 08:05:36 snj Exp $
#
DISTNAME= biew-550
@@ -13,7 +13,7 @@ COMMENT= Binary viewer/editor
ONLY_FOR_PLATFORM= *-*-i386
-USE_BUILDLINK2= YES
+USE_BUILDLINK3= YES
USE_GNU_TOOLS+= make
MAKEFILE= makefile
@@ -28,5 +28,5 @@ do-install:
${INSTALL_DATA} ${WRKSRC}/bin_rc/skn/standard.skn ${PREFIX}/share/biew
${INSTALL_DATA} ${WRKSRC}/doc/biew_en.txt ${PREFIX}/share/doc/biew
-.include "../../devel/libslang/buildlink2.mk"
+.include "../../devel/libslang/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/editors/cooledit/Makefile b/editors/cooledit/Makefile
index 176a700d19f..fb3ac8952e2 100644
--- a/editors/cooledit/Makefile
+++ b/editors/cooledit/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2004/01/28 13:45:56 xtraeme Exp $
+# $NetBSD: Makefile,v 1.11 2004/04/11 08:08:22 snj Exp $
#
DISTNAME= cooledit-3.17.5
@@ -12,7 +12,7 @@ COMMENT= Full-featured text editor
BUILD_USES_MSGFMT= # defined
-USE_BUILDLINK2= # defined
+USE_BUILDLINK3= # defined
USE_GNU_TOOLS+= make
USE_PKGLOCALEDIR= # defined
USE_X11= # defined
@@ -27,5 +27,5 @@ post-configure:
< ${WRKSRC}/config.h.bak > ${WRKSRC}/config.h ; \
fi
-.include "../../graphics/xpm/buildlink2.mk"
+.include "../../graphics/xpm/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/editors/gice/Makefile b/editors/gice/Makefile
index f191fe24310..5cb22f28531 100644
--- a/editors/gice/Makefile
+++ b/editors/gice/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2004/01/22 08:30:30 grant Exp $
+# $NetBSD: Makefile,v 1.14 2004/04/11 08:11:04 snj Exp $
#
DISTNAME= gice-0.6.1
@@ -14,7 +14,7 @@ COMMENT= Powerful C text editor with advanced features
WRKSRC= ${WRKDIR}/gice
USE_X11= YES
USE_GNU_TOOLS+= make
-USE_BUILDLINK2= YES
+USE_BUILDLINK3= YES
GNU_CONFIGURE= YES
ALL_TARGET= gice
@@ -22,5 +22,5 @@ ALL_TARGET= gice
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/gice ${PREFIX}/bin
-.include "../../x11/gtk2/buildlink2.mk"
+.include "../../x11/gtk2/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/editors/hexedit/Makefile b/editors/hexedit/Makefile
index 1d8bf818353..fa289bf4707 100644
--- a/editors/hexedit/Makefile
+++ b/editors/hexedit/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.20 2004/01/20 12:14:05 agc Exp $
+# $NetBSD: Makefile,v 1.21 2004/04/11 08:12:34 snj Exp $
#
DISTNAME= hexedit-1.2.2
@@ -13,7 +13,7 @@ COMMENT= To view and edit files in hexadecimal or ASCII
WRKSRC= ${WRKDIR}/hexedit
GNU_CONFIGURE= yes
-USE_BUILDLINK2= yes
+USE_BUILDLINK3= yes
post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/hexedit
@@ -21,5 +21,5 @@ post-install:
${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/share/doc/hexedit
.endfor
-.include "../../devel/ncurses/buildlink2.mk"
+.include "../../devel/ncurses/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"