summaryrefslogtreecommitdiff
path: root/chat/bsflite/Makefile
diff options
context:
space:
mode:
authorgrant <grant@pkgsrc.org>2005-07-29 04:40:47 +0000
committergrant <grant@pkgsrc.org>2005-07-29 04:40:47 +0000
commitd438d691b8b02b3b0edf2cf5d3807a47e1e02e59 (patch)
tree3fe83546ccf534eb3d28722082238ef7e8ff7110 /chat/bsflite/Makefile
parente23f312367d954f92ebf774c50109c83b1a36f25 (diff)
downloadpkgsrc-d438d691b8b02b3b0edf2cf5d3807a47e1e02e59.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"