diff options
author | jlam <jlam@pkgsrc.org> | 2005-11-07 00:00:23 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2005-11-07 00:00:23 +0000 |
commit | 84f0a5a53c1b0dc067e928274d15282661e30f49 (patch) | |
tree | c6123f941837a92b9eff80524b3d15e8587aceec /net | |
parent | e1304330b3eac95cae2fb57e4aede406e798123e (diff) | |
download | pkgsrc-84f0a5a53c1b0dc067e928274d15282661e30f49.tar.gz |
Pre-emptively try to support building on Solaris.
Diffstat (limited to 'net')
-rw-r--r-- | net/netpipes/Makefile | 4 |
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" |