diff options
author | tron <tron> | 2001-01-11 11:00:24 +0000 |
---|---|---|
committer | tron <tron> | 2001-01-11 11:00:24 +0000 |
commit | fd848c77fca075cbdcb386ea3d31953f07501bf9 (patch) | |
tree | 37dcff9d2f203cca1ff7704f8aa4deac7743ae24 /chat | |
parent | a2a631d4ecd0ddb62211f2f1a76c8e913dcdafc4 (diff) | |
download | pkgsrc-fd848c77fca075cbdcb386ea3d31953f07501bf9.tar.gz |
Make this package build on Solaris.
Diffstat (limited to 'chat')
-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; \ |