summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorjoerg <joerg>2005-12-07 03:33:52 +0000
committerjoerg <joerg>2005-12-07 03:33:52 +0000
commit7220aa3d568b205803c7a532bf92d0ec0e30f58c (patch)
treefd86c540f74466c09b62b2489bdc0d3340943e9b /net
parent47d093976e77e8750dfa61799177345ea2e00e9e (diff)
downloadpkgsrc-7220aa3d568b205803c7a532bf92d0ec0e30f58c.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