summaryrefslogtreecommitdiff
path: root/devel/cvs
diff options
context:
space:
mode:
authorhubertf <hubertf@pkgsrc.org>2001-02-03 08:07:33 +0000
committerhubertf <hubertf@pkgsrc.org>2001-02-03 08:07:33 +0000
commit4c651a332a1b75d05591af5c69a45089367c11a2 (patch)
tree094bd94e3610f096d207b1599b44dc55673a3700 /devel/cvs
parent0a11d404e3da0c79f90e76672a6bcef8932ed469 (diff)
downloadpkgsrc-4c651a332a1b75d05591af5c69a45089367c11a2.tar.gz
Don't allow non-pkgsrc zlib installed. Per discussion on tech-pkg.
(This makes me wonder how things work when I setup a system from solaris pkgs only, that were generated from pkgsrc - i doubt they have the /var/db/pkg information to make our system recognize them as "our" pkg... ?)
Diffstat (limited to 'devel/cvs')
-rw-r--r--devel/cvs/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/cvs/Makefile b/devel/cvs/Makefile
index d4cf06ba8cd..711adbfba2e 100644
--- a/devel/cvs/Makefile
+++ b/devel/cvs/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.35 2001/01/21 18:13:31 tron Exp $
+# $NetBSD: Makefile,v 1.36 2001/02/03 08:07:34 hubertf Exp $
#
DISTNAME= cvs-1.11
@@ -15,7 +15,7 @@ USE_GTEXINFO= yes
.include "../../mk/bsd.prefs.mk"
-.if (${OPSYS} == "SunOS") && !exists(/usr/lib/libz.so)
+.if (${OPSYS} == "SunOS")
DEPENDS+= zlib-*:../../devel/zlib
CFLAGS+= -I${PREFIX}/include # zlib.h
.endif