diff options
author | jlam <jlam> | 2004-03-23 04:40:59 +0000 |
---|---|---|
committer | jlam <jlam> | 2004-03-23 04:40:59 +0000 |
commit | 70655c85b2536d9dfd095ba2b50eb3bbfc6fb453 (patch) | |
tree | d8094c229e6aa2ba7ccd261556aaa1939c21a233 /net/gkrellm-ping | |
parent | 751036b69c7d3a3afbe83af9f9c8088ae182a56d (diff) | |
download | pkgsrc-70655c85b2536d9dfd095ba2b50eb3bbfc6fb453.tar.gz |
USE_BUILDLINK3 must be set to "yes" or "no", not defined/undefined.
Diffstat (limited to 'net/gkrellm-ping')
-rw-r--r-- | net/gkrellm-ping/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/gkrellm-ping/Makefile b/net/gkrellm-ping/Makefile index e6a2e4cfbcf..8e649cfd5b9 100644 --- a/net/gkrellm-ping/Makefile +++ b/net/gkrellm-ping/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2004/03/18 15:33:21 cube Exp $ +# $NetBSD: Makefile,v 1.14 2004/03/23 04:41:01 jlam Exp $ DISTNAME= gkrellmPing-0.2-3 PKGNAME= gkrellm-ping-0.2.3 @@ -11,7 +11,7 @@ HOMEPAGE= http://gkrellmping.dweb.ro/ COMMENT= gkrellm ping plugin WRKSRC= ${WRKDIR}/gkrellmPing -USE_BUILDLINK3= # defined +USE_BUILDLINK3= yes USE_GNU_TOOLS+= make do-install: |