diff options
author | hubertf <hubertf> | 1997-12-01 00:04:15 +0000 |
---|---|---|
committer | hubertf <hubertf> | 1997-12-01 00:04:15 +0000 |
commit | 57d874b81ad2a59aa0d7e3381fee8cc34f9067ad (patch) | |
tree | 98b65f4f5de11041e091961004e16b6e7e7c7bad /graphics/xv/Makefile | |
parent | 938ffd4198075182b4f9579c8fb6ef3e8c36b5c0 (diff) | |
download | pkgsrc-57d874b81ad2a59aa0d7e3381fee8cc34f9067ad.tar.gz |
Update for tiff-3.4
Diffstat (limited to 'graphics/xv/Makefile')
-rw-r--r-- | graphics/xv/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/graphics/xv/Makefile b/graphics/xv/Makefile index e8c49b63cab..cef409acce9 100644 --- a/graphics/xv/Makefile +++ b/graphics/xv/Makefile @@ -3,7 +3,7 @@ # Date created: 30 October 1994 # Whom: smace # -# $NetBSD: Makefile,v 1.2 1997/11/20 13:21:02 agc Exp $ +# $NetBSD: Makefile,v 1.3 1997/12/01 00:04:15 hubertf Exp $ # FreeBSD Id: Makefile,v 1.14 1997/07/03 07:37:08 asami Exp # @@ -16,10 +16,10 @@ 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 # (for tiff3.4) LIB_DEPENDS= jpeg\\.7\\.:${PORTSDIR}/graphics/jpeg \ - tiff\\.3\\.3:${PORTSDIR}/graphics/tiff + tiff\\.3\\.4:${PORTSDIR}/graphics/tiff USE_IMAKE= yes |