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 | 0cb234f8bc983e6c83b1fbedd484cc68f840f003 (patch) | |
tree | aa94c8b0d5316f1fd0473d1fdb131bc7b68d23c8 | |
parent | 4146e1fa001574df3842b27b62e80ff1a0e010a8 (diff) | |
download | pkgsrc-0cb234f8bc983e6c83b1fbedd484cc68f840f003.tar.gz |
this needs libnsl and libsocket on Solaris.
-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" |