From 653d2342f5a57978446e69ee4fb98b05a787eae7 Mon Sep 17 00:00:00 2001 From: grant Date: Tue, 27 Jan 2004 14:14:35 +0000 Subject: add socket libs required on Solaris. --- net/jwhois/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'net/jwhois') diff --git a/net/jwhois/Makefile b/net/jwhois/Makefile index 58130d7c4af..70963d41894 100644 --- a/net/jwhois/Makefile +++ b/net/jwhois/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.32 2004/01/10 02:15:29 kleink Exp $ +# $NetBSD: Makefile,v 1.33 2004/01/27 14:14:35 grant Exp $ # DISTNAME= jwhois-3.2.2 @@ -18,6 +18,8 @@ CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR} CONFIGURE_ARGS+= --localstatedir=/var/db CONFIGURE_ARGS+= --with-cache +LIBS.SunOS+= -lnsl -lsocket + INFO_FILES= jwhois.info EGDIR= ${PREFIX}/share/examples/jwhois -- cgit v1.2.3