diff options
Diffstat (limited to 'chat/ircII/Makefile')
-rw-r--r-- | chat/ircII/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/chat/ircII/Makefile b/chat/ircII/Makefile index cd5bf8555a8..8e25b4fee96 100644 --- a/chat/ircII/Makefile +++ b/chat/ircII/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2000/12/31 06:45:17 mrg Exp $ +# $NetBSD: Makefile,v 1.3 2001/01/11 11:00:24 tron Exp $ # FreeBSD Id: Makefile,v 1.14 1997/05/14 10:35:13 torstenb Exp # @@ -36,6 +36,10 @@ DEPENDS+= socks5-1.0.2:../../net/socks5 .endif .endif +.if (${OPSYS} == SunOS) +CONFIGURE_ENV+= LIBS=-lnsl +.endif + pre-install: @(if [ "X${MANZ}" != X"" ]; then \ GZSUFFIX=.gz; \ |