summaryrefslogtreecommitdiff
path: root/net/netpipes
diff options
context:
space:
mode:
authorjlam <jlam>2005-11-07 00:00:23 +0000
committerjlam <jlam>2005-11-07 00:00:23 +0000
commitb5bd01daf757fcf3bc27a1e67e893c0ce08aa388 (patch)
treec6123f941837a92b9eff80524b3d15e8587aceec /net/netpipes
parent660fa2d50a05cce864a6ee77a4b25036b65f99da (diff)
downloadpkgsrc-b5bd01daf757fcf3bc27a1e67e893c0ce08aa388.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"