summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsnj <snj>2004-03-12 05:46:34 +0000
committersnj <snj>2004-03-12 05:46:34 +0000
commitd270051306ab56f03c0bd753434a1b4ab53ef1d8 (patch)
treec772068784ab7576ec489cfab8862f0f571e0ea7
parent9c34aafdfd9b18bddac286f48426016d27c243cb (diff)
downloadpkgsrc-d270051306ab56f03c0bd753434a1b4ab53ef1d8.tar.gz
Use bl3.
-rw-r--r--net/gkrellm-ping/Makefile6
-rw-r--r--x11/gnome-gkrellm/Makefile8
2 files changed, 7 insertions, 7 deletions
diff --git a/net/gkrellm-ping/Makefile b/net/gkrellm-ping/Makefile
index d44760a2b15..68e85daab31 100644
--- a/net/gkrellm-ping/Makefile
+++ b/net/gkrellm-ping/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2004/02/24 23:44:04 cube Exp $
+# $NetBSD: Makefile,v 1.12 2004/03/12 05:46:34 snj Exp $
DISTNAME= gkrellmPing-0.2-3
PKGNAME= gkrellm-ping-0.2.3
@@ -11,12 +11,12 @@ HOMEPAGE= http://gkrellmping.dweb.ro/
COMMENT= gkrellm ping plugin
WRKSRC= ${WRKDIR}/gkrellmPing
-USE_BUILDLINK2= # defined
+USE_BUILDLINK3= # defined
USE_GNU_TOOLS+= make
do-install:
${INSTALL_DATA_DIR} ${PREFIX}/lib/gkrellm/plugins
${INSTALL_PROGRAM} ${WRKSRC}/gkrellmPing.so ${PREFIX}/lib/gkrellm/plugins/
-.include "../../sysutils/gkrellm1/buildlink2.mk"
+.include "../../sysutils/gkrellm1/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/x11/gnome-gkrellm/Makefile b/x11/gnome-gkrellm/Makefile
index 822a226659c..7a73bfc13f7 100644
--- a/x11/gnome-gkrellm/Makefile
+++ b/x11/gnome-gkrellm/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2004/03/06 00:02:11 cube Exp $
+# $NetBSD: Makefile,v 1.12 2004/03/12 05:50:26 snj Exp $
DISTNAME= gkrellm-gnome
PKGNAME= gnome-gkrellm-0.1
@@ -10,12 +10,12 @@ MAINTAINER= damon@NetBSD.org
HOMEPAGE= http://web.wt.net/~billw/gkrellm/Plugins.html
COMMENT= gkrellm gnome plugin
-USE_BUILDLINK2= yes
+USE_BUILDLINK3= yes
USE_GNU_TOOLS+= make
pre-install:
${INSTALL_DATA_DIR} ${PREFIX}/lib/gkrellm/plugins
-.include "../../sysutils/gkrellm1/buildlink2.mk"
-.include "../../x11/gnome-libs/buildlink2.mk"
+.include "../../sysutils/gkrellm1/buildlink3.mk"
+.include "../../x11/gnome-libs/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"