summaryrefslogtreecommitdiff
path: root/graphics/tiff
diff options
context:
space:
mode:
authortron <tron>2001-01-21 18:25:50 +0000
committertron <tron>2001-01-21 18:25:50 +0000
commitcd93b4ff5c930b190104624a7e72886f46073725 (patch)
tree2c5ce9e1aa5b961425b99b80d0697508f4321a0a /graphics/tiff
parent309497d2be52f28caa4d21599f46b4386486417e (diff)
downloadpkgsrc-cd93b4ff5c930b190104624a7e72886f46073725.tar.gz
Solaris 8 includes "libz".
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 510b30fbf54..71e9ed90336 100644
--- a/graphics/tiff/Makefile
+++ b/graphics/tiff/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.26 2000/06/03 19:18:23 wiz Exp $
+# $NetBSD: Makefile,v 1.27 2001/01/21 18:25:50 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"
+.if (${OPSYS} == "SunOS") && !exists(/usr/lib/libz.so)
ZLIBDIR= ${LOCALBASE}/lib
DEPENDS+= zlib-*:../../devel/zlib
.else