summaryrefslogtreecommitdiff
path: root/graphics/tiff
diff options
context:
space:
mode:
authortron <tron>2001-01-21 20:27:26 +0000
committertron <tron>2001-01-21 20:27:26 +0000
commit43a88b20565c3a5b51a6c4a199a0d089113dce15 (patch)
tree5b37e513e790fd6c84744658bbaa72b489d5c1b8 /graphics/tiff
parent12a3e26e116caea12b1d1b50da548394b8412f1e (diff)
downloadpkgsrc-43a88b20565c3a5b51a6c4a199a0d089113dce15.tar.gz
Revert last change. "libtiff" works fine with Solaris 8's "zlib", but
"gnome-libs" wants a newer version. So always use the package to avoid problems caused by different "zlib" versions.
Diffstat (limited to 'graphics/tiff')
-rw-r--r--graphics/tiff/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/tiff/Makefile b/graphics/tiff/Makefile
index 71e9ed90336..d0eb13dbfa3 100644
--- a/graphics/tiff/Makefile
+++ b/graphics/tiff/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.27 2001/01/21 18:25:50 tron Exp $
+# $NetBSD: Makefile,v 1.28 2001/01/21 20:27:26 tron Exp $
DISTNAME= tiff-v3.5.5
PKGNAME= tiff-3.5.5
@@ -20,7 +20,7 @@ CONFIGURE_ARGS= --noninteractive --site=${FILESDIR}
.include "../../mk/bsd.prefs.mk"
-.if (${OPSYS} == "SunOS") && !exists(/usr/lib/libz.so)
+.if (${OPSYS} == "SunOS")
ZLIBDIR= ${LOCALBASE}/lib
DEPENDS+= zlib-*:../../devel/zlib
.else