summaryrefslogtreecommitdiff
path: root/devel/cvsps/Makefile
diff options
context:
space:
mode:
authorgrant <grant>2004-11-03 11:30:15 +0000
committergrant <grant>2004-11-03 11:30:15 +0000
commit3f72bc92a5523a693f92d34571fffef22cc254b1 (patch)
treeaa94c8b0d5316f1fd0473d1fdb131bc7b68d23c8 /devel/cvsps/Makefile
parentdb2b509f6e69d66cc32b77a3f4ec6132b63537fc (diff)
downloadpkgsrc-3f72bc92a5523a693f92d34571fffef22cc254b1.tar.gz
this needs libnsl and libsocket on Solaris.
Diffstat (limited to 'devel/cvsps/Makefile')
-rw-r--r--devel/cvsps/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/devel/cvsps/Makefile b/devel/cvsps/Makefile
index d076e4e0e1f..fc66ac8a7f5 100644
--- a/devel/cvsps/Makefile
+++ b/devel/cvsps/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2004/10/03 00:13:26 tv Exp $
+# $NetBSD: Makefile,v 1.12 2004/11/03 11:30:15 grant Exp $
#
DISTNAME= cvsps-2.0rc1
@@ -17,5 +17,7 @@ USE_GNU_TOOLS+= make
INSTALLATION_DIRS= bin man/man1
+LIBS.SunOS+= -lnsl -lsocket
+
.include "../../devel/zlib/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"