pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net/ripe-whois-tools DragonFly needs -lcrypt as well.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/15ade1cfe681
branches:  trunk
changeset: 504221:15ade1cfe681
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Wed Dec 07 03:33:52 2005 +0000

description:
DragonFly needs -lcrypt as well.

diffstat:

 net/ripe-whois-tools/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 35060004cfa3 -r 15ade1cfe681 net/ripe-whois-tools/Makefile
--- a/net/ripe-whois-tools/Makefile     Wed Dec 07 03:02:34 2005 +0000
+++ b/net/ripe-whois-tools/Makefile     Wed Dec 07 03:33:52 2005 +0000
@@ -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 @@
 
 WRKSRC=                ${WRKDIR}
 
+LIBS.DragonFly+=-lcrypt
 LIBS.NetBSD+=  -lcrypt
 LIBS.SunOS+=   -lnsl -lsocket
 



Home | Main Index | Thread Index | Old Index