From cd93b4ff5c930b190104624a7e72886f46073725 Mon Sep 17 00:00:00 2001 From: tron Date: Sun, 21 Jan 2001 18:25:50 +0000 Subject: Solaris 8 includes "libz". --- graphics/tiff/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'graphics/tiff') 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 -- cgit v1.2.3