diff options
author | joerg <joerg> | 2005-12-07 03:33:52 +0000 |
---|---|---|
committer | joerg <joerg> | 2005-12-07 03:33:52 +0000 |
commit | 7220aa3d568b205803c7a532bf92d0ec0e30f58c (patch) | |
tree | fd86c540f74466c09b62b2489bdc0d3340943e9b | |
parent | 47d093976e77e8750dfa61799177345ea2e00e9e (diff) | |
download | pkgsrc-7220aa3d568b205803c7a532bf92d0ec0e30f58c.tar.gz |
DragonFly needs -lcrypt as well.
-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 |