summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2005-12-07 03:33:52 +0000
committerjoerg <joerg@pkgsrc.org>2005-12-07 03:33:52 +0000
commitdefd6c3c2f981c398aae600bfcb2a5f12f036c15 (patch)
treefd86c540f74466c09b62b2489bdc0d3340943e9b /net
parent640f732e20e3420964246241cd72b145f9e5d167 (diff)
downloadpkgsrc-defd6c3c2f981c398aae600bfcb2a5f12f036c15.tar.gz
DragonFly needs -lcrypt as well.
Diffstat (limited to 'net')
-rw-r--r--net/ripe-whois-tools/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/net/ripe-whois-tools/Makefile b/net/ripe-whois-tools/Makefile
index feca3ab1a98..1d98541c743 100644
--- a/net/ripe-whois-tools/Makefile
+++ b/net/ripe-whois-tools/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2005/12/05 20:50:49 rillig Exp $
+# $NetBSD: Makefile,v 1.8 2005/12/07 03:33:52 joerg Exp $
#
DISTNAME= ripe-whois-tools-2.4
@@ -11,6 +11,7 @@ COMMENT= RIPE WHOIS client and tools
WRKSRC= ${WRKDIR}
+LIBS.DragonFly+=-lcrypt
LIBS.NetBSD+= -lcrypt
LIBS.SunOS+= -lnsl -lsocket