summaryrefslogtreecommitdiff
path: root/net/gkrellm-ping
diff options
context:
space:
mode:
authorwiz <wiz>2003-05-03 22:11:00 +0000
committerwiz <wiz>2003-05-03 22:11:00 +0000
commit2c71986b6d4c0a83825fe0179681f0f62a13c957 (patch)
treee3b95c2e8dc4b4d2032a42bb4bfee2dbb21af3e0 /net/gkrellm-ping
parent8bb563ca3a270da3dcb37be38c5ab69d8b5f9127 (diff)
downloadpkgsrc-2c71986b6d4c0a83825fe0179681f0f62a13c957.tar.gz
Convert to buildlink2.
Diffstat (limited to 'net/gkrellm-ping')
-rw-r--r--net/gkrellm-ping/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/net/gkrellm-ping/Makefile b/net/gkrellm-ping/Makefile
index b36cde9dfb5..eafae4bfb4b 100644
--- a/net/gkrellm-ping/Makefile
+++ b/net/gkrellm-ping/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2003/05/02 11:56:02 wiz Exp $
+# $NetBSD: Makefile,v 1.5 2003/05/03 22:20:17 wiz Exp $
DISTNAME= gkrellmPing-0.2-3
PKGNAME= gkrellm-ping-0.2.3
@@ -11,12 +11,12 @@ MAINTAINER= damon@netbsd.org
HOMEPAGE= http://gkrellmping.dweb.ro/
COMMENT= gkrellm ping plugin
-DEPENDS+= gkrellm>=1.2.13nb1:../../sysutils/gkrellm
-
-USE_GMAKE= #defined
+USE_BUILDLINK2= # defined
+USE_GMAKE= # defined
do-install:
${INSTALL_DATA_DIR} ${PREFIX}/lib/gkrellm/plugins
${INSTALL_PROGRAM} ${WRKSRC}/gkrellmPing.so ${PREFIX}/lib/gkrellm/plugins/
+.include "../../sysutils/gkrellm/buildlink2.mk"
.include "../../mk/bsd.pkg.mk"