diff options
Diffstat (limited to 'net/jwhois')
-rw-r--r-- | net/jwhois/Makefile | 4 |
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 |