summaryrefslogtreecommitdiff
path: root/net/ripe-whois-tools/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net/ripe-whois-tools/Makefile')
-rw-r--r--net/ripe-whois-tools/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/net/ripe-whois-tools/Makefile b/net/ripe-whois-tools/Makefile
index 73eae51c530..feca3ab1a98 100644
--- a/net/ripe-whois-tools/Makefile
+++ b/net/ripe-whois-tools/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2005/10/12 07:10:57 seb Exp $
+# $NetBSD: Makefile,v 1.7 2005/12/05 20:50:49 rillig Exp $
#
DISTNAME= ripe-whois-tools-2.4
@@ -11,9 +11,9 @@ COMMENT= RIPE WHOIS client and tools
WRKSRC= ${WRKDIR}
-LIBS.NetBSD= -lcrypt
-LIBS.SunOS= -lnsl -lsocket
+LIBS.NetBSD+= -lcrypt
+LIBS.SunOS+= -lnsl -lsocket
-MAKE_ENV+= LIBS="${LIBS}"
+MAKE_ENV+= LIBS=${LIBS:M*:Q}
.include "../../mk/bsd.pkg.mk"