summaryrefslogtreecommitdiff
path: root/net/jwhois
diff options
context:
space:
mode:
authorgrant <grant>2004-01-27 14:14:35 +0000
committergrant <grant>2004-01-27 14:14:35 +0000
commite6a6cf24418fe9a047b433cf0a8e9fc9af8b9a41 (patch)
treec36582d920b952d94c77538b362646a09c23a474 /net/jwhois
parent419e07c044917c74d2312715594af0981c4f88af (diff)
downloadpkgsrc-e6a6cf24418fe9a047b433cf0a8e9fc9af8b9a41.tar.gz
add socket libs required on Solaris.
Diffstat (limited to 'net/jwhois')
-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