diff options
Diffstat (limited to 'net/gkrellm-ping/Makefile')
-rw-r--r-- | net/gkrellm-ping/Makefile | 6 |
1 files changed, 3 insertions, 3 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" |