diff options
author | grant <grant@pkgsrc.org> | 2004-11-03 11:30:15 +0000 |
---|---|---|
committer | grant <grant@pkgsrc.org> | 2004-11-03 11:30:15 +0000 |
commit | 8d9a608ced3e042421e022e93bee7b1580b537a1 (patch) | |
tree | aa94c8b0d5316f1fd0473d1fdb131bc7b68d23c8 /devel/cvsps | |
parent | a37ab353fdf82fc30ee7f2f22ff45fbdb1ab986f (diff) | |
download | pkgsrc-8d9a608ced3e042421e022e93bee7b1580b537a1.tar.gz |
this needs libnsl and libsocket on Solaris.
Diffstat (limited to 'devel/cvsps')
-rw-r--r-- | devel/cvsps/Makefile | 4 |
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" |