diff options
author | tg <tg@FreeBSD.org> | 1997-12-01 16:08:03 +0800 |
---|---|---|
committer | tg <tg@FreeBSD.org> | 1997-12-01 16:08:03 +0800 |
commit | 67386f24ff7e09516e578ebea4688ddb5298b655 (patch) | |
tree | 2e25aa76b20068619b90af15c6facf4e9578f5e6 /graphics | |
parent | 755090ba9a905872ebf627ba3d19782da84e4188 (diff) | |
download | freebsd-ports-gnome-67386f24ff7e09516e578ebea4688ddb5298b655.tar.gz freebsd-ports-gnome-67386f24ff7e09516e578ebea4688ddb5298b655.tar.zst freebsd-ports-gnome-67386f24ff7e09516e578ebea4688ddb5298b655.zip |
Upgrade to use tiff34.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/xv/Makefile | 6 | ||||
-rw-r--r-- | graphics/xv/distinfo | 1 | ||||
-rw-r--r-- | graphics/xv/files/patch-ad | 4 |
3 files changed, 6 insertions, 5 deletions
diff --git a/graphics/xv/Makefile b/graphics/xv/Makefile index 1f9966b9c9c2..54fd850d1caf 100644 --- a/graphics/xv/Makefile +++ b/graphics/xv/Makefile @@ -3,7 +3,7 @@ # Date created: 30 October 1994 # Whom: smace # -# $Id: Makefile,v 1.14 1997/07/03 07:37:08 asami Exp $ +# $Id: Makefile,v 1.15 1997/11/04 13:14:15 tg Exp $ # DISTNAME= xv-3.10a @@ -15,12 +15,12 @@ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \ xv310a-magpic2-PhotoCD-patch.tar.gz # only from Japan PATCH_SITES= ftp://ftp.cis.upenn.edu/pub/xv/ -PATCHFILES= xv-3.10a.JPEG-patch # xv-3.10a.TIFF-patch (for tiff3.4) +PATCHFILES= xv-3.10a.JPEG-patch xv-3.10a.TIFF-patch MAINTAINER= ports@FreeBSD.ORG LIB_DEPENDS= jpeg\\.7\\.:${PORTSDIR}/graphics/jpeg \ - tiff\\.3\\.3:${PORTSDIR}/graphics/tiff + tiff34\\.1:${PORTSDIR}/graphics/tiff34 USE_IMAKE= yes diff --git a/graphics/xv/distinfo b/graphics/xv/distinfo index 5e2da0c67e96..e5df05ca88dd 100644 --- a/graphics/xv/distinfo +++ b/graphics/xv/distinfo @@ -1,3 +1,4 @@ MD5 (xv-3.10a.tar.gz) = 2d4fbeec1561304362781cc8e2f7f72d MD5 (xv310a-magpic2-PhotoCD-patch.tar.gz) = d7e2797f14220778b6ac67e59dea3c35 MD5 (xv-3.10a.JPEG-patch) = bd3ac79fa805319f583ccd382bdc825d +MD5 (xv-3.10a.TIFF-patch) = 305f2f0273368bb6e029c3f212a14249 diff --git a/graphics/xv/files/patch-ad b/graphics/xv/files/patch-ad index bdfa852aad21..9013389700cd 100644 --- a/graphics/xv/files/patch-ad +++ b/graphics/xv/files/patch-ad @@ -42,8 +42,8 @@ +#ifdef UseInstalledTiff +TIFF = -DDOTIFF -+LIBTIFF = -L/usr/local/lib -ltiff -+TIFFINCLUDE = -I/usr/local/include ++LIBTIFF = -L/usr/local/lib -ltiff34 ++TIFFINCLUDE = -I/usr/local/include/tiff34 +#endif + #ifdef HavePDS |