summaryrefslogtreecommitdiff
path: root/net/netpipes
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2005-11-07 00:00:23 +0000
committerjlam <jlam@pkgsrc.org>2005-11-07 00:00:23 +0000
commit84f0a5a53c1b0dc067e928274d15282661e30f49 (patch)
treec6123f941837a92b9eff80524b3d15e8587aceec /net/netpipes
parente1304330b3eac95cae2fb57e4aede406e798123e (diff)
downloadpkgsrc-84f0a5a53c1b0dc067e928274d15282661e30f49.tar.gz
Pre-emptively try to support building on Solaris.
Diffstat (limited to 'net/netpipes')
-rw-r--r--net/netpipes/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/net/netpipes/Makefile b/net/netpipes/Makefile
index 16a461ea92a..b210b1d9713 100644
--- a/net/netpipes/Makefile
+++ b/net/netpipes/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2005/11/06 23:58:34 jlam Exp $
+# $NetBSD: Makefile,v 1.2 2005/11/07 00:00:23 jlam Exp $
DISTNAME= netpipes-4.2-export
PKGNAME= ${DISTNAME:S/-export//}
@@ -11,6 +11,8 @@ COMMENT= utilities for communicating via sockets
WRKSRC= ${WRKDIR}
+LIBS.SunOS= -lsocket -lnsl
+
INSTALLATION_DIRS= bin ${PKGMANDIR}
.include "../../mk/bsd.pkg.mk"