summaryrefslogtreecommitdiff
path: root/chat/bsflite/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'chat/bsflite/Makefile')
-rw-r--r--chat/bsflite/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/chat/bsflite/Makefile b/chat/bsflite/Makefile
index 387f0f7351b..b5db1fc8cfe 100644
--- a/chat/bsflite/Makefile
+++ b/chat/bsflite/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2005/04/16 16:44:53 recht Exp $
+# $NetBSD: Makefile,v 1.3.2.1 2005/08/02 21:21:37 salo Exp $
DISTNAME= bsflite-0.80
CATEGORIES= chat
@@ -18,4 +18,7 @@ do-install:
${INSTALL_DATA} ${WRKSRC}/config-example \
${PREFIX}/share/examples/bsflite
+LIBS.SunOS+= -lnsl -lsocket
+MAKE_ENV+= LIBS=${LIBS:Q}
+
.include "../../mk/bsd.pkg.mk"