summaryrefslogtreecommitdiff
path: root/devel/cvs/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/cvs/Makefile')
-rw-r--r--devel/cvs/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/cvs/Makefile b/devel/cvs/Makefile
index 8c0caa6d7c8..d4cf06ba8cd 100644
--- a/devel/cvs/Makefile
+++ b/devel/cvs/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.34 2000/10/26 12:41:21 veego Exp $
+# $NetBSD: Makefile,v 1.35 2001/01/21 18:13:31 tron Exp $
#
DISTNAME= cvs-1.11
@@ -15,7 +15,7 @@ USE_GTEXINFO= yes
.include "../../mk/bsd.prefs.mk"
-.if ${OPSYS} == "SunOS"
+.if (${OPSYS} == "SunOS") && !exists(/usr/lib/libz.so)
DEPENDS+= zlib-*:../../devel/zlib
CFLAGS+= -I${PREFIX}/include # zlib.h
.endif