summaryrefslogtreecommitdiff
path: root/chat/bsflite/Makefile
diff options
context:
space:
mode:
authorgrant <grant>2005-07-29 04:40:47 +0000
committergrant <grant>2005-07-29 04:40:47 +0000
commitc720a6d90bb14761ad7398e527d6f545007bad43 (patch)
tree3fe83546ccf534eb3d28722082238ef7e8ff7110 /chat/bsflite/Makefile
parentef75b02b4409b4e0b8f2811e5da6539fc37df723 (diff)
downloadpkgsrc-c720a6d90bb14761ad7398e527d6f545007bad43.tar.gz
honour LDFLAGS and LIBS.
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..1bb5205b175 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.4 2005/07/29 04:50:39 grant 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"