diff options
author | joerg <joerg@pkgsrc.org> | 2005-12-07 03:33:52 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2005-12-07 03:33:52 +0000 |
commit | defd6c3c2f981c398aae600bfcb2a5f12f036c15 (patch) | |
tree | fd86c540f74466c09b62b2489bdc0d3340943e9b /net | |
parent | 640f732e20e3420964246241cd72b145f9e5d167 (diff) | |
download | pkgsrc-defd6c3c2f981c398aae600bfcb2a5f12f036c15.tar.gz |
DragonFly needs -lcrypt as well.
Diffstat (limited to 'net')
-rw-r--r-- | net/ripe-whois-tools/Makefile | 3 |
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 |