diff options
author | snj <snj@pkgsrc.org> | 2004-03-12 05:46:34 +0000 |
---|---|---|
committer | snj <snj@pkgsrc.org> | 2004-03-12 05:46:34 +0000 |
commit | a575e550c5dde96aede605a2b5bf950d7a122275 (patch) | |
tree | c772068784ab7576ec489cfab8862f0f571e0ea7 /net | |
parent | 9c7dbe6bf8ae02df0d82a0a779e8295995d2f1fc (diff) | |
download | pkgsrc-a575e550c5dde96aede605a2b5bf950d7a122275.tar.gz |
Use bl3.
Diffstat (limited to 'net')
-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" |