summaryrefslogtreecommitdiff
path: root/net/jwhois
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
commit6463f019d69cdd539aea3382efe861ae58bac699 (patch)
treec36582d920b952d94c77538b362646a09c23a474 /net/jwhois
parent90e735e60c01062bf6af03feaf7be1ded538f8ed (diff)
downloadpkgsrc-6463f019d69cdd539aea3382efe861ae58bac699.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