diff options
author | tron <tron> | 2001-01-21 20:27:26 +0000 |
---|---|---|
committer | tron <tron> | 2001-01-21 20:27:26 +0000 |
commit | 43a88b20565c3a5b51a6c4a199a0d089113dce15 (patch) | |
tree | 5b37e513e790fd6c84744658bbaa72b489d5c1b8 /graphics/tiff | |
parent | 12a3e26e116caea12b1d1b50da548394b8412f1e (diff) | |
download | pkgsrc-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/Makefile | 4 |
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 |