summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorgrant <grant@pkgsrc.org>2004-01-27 14:14:35 +0000
committergrant <grant@pkgsrc.org>2004-01-27 14:14:35 +0000
commit653d2342f5a57978446e69ee4fb98b05a787eae7 (patch)
treec36582d920b952d94c77538b362646a09c23a474 /net
parent5766da749148a9076d217acbf331c422ad9bc227 (diff)
downloadpkgsrc-653d2342f5a57978446e69ee4fb98b05a787eae7.tar.gz
add socket libs required on Solaris.
Diffstat (limited to 'net')
-rw-r--r--net/jwhois/Makefile4
1 files changed, 3 insertions, 1 deletions
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