diff options
author | Justin M. Seger <jseger@FreeBSD.org> | 1998-11-25 05:06:28 +0000 |
---|---|---|
committer | Justin M. Seger <jseger@FreeBSD.org> | 1998-11-25 05:06:28 +0000 |
commit | d57d33c65548773bf1859e72b5505ce398a739ca (patch) | |
tree | a656e451c71e7e7c0b7004a09a731c2b990891a0 /graphics/xv | |
parent | Upgrade to v2.3.3. (diff) |
libtiff34->libtiff and include/tiff34/*.h -> include/*.h
Approved by: asami
Diffstat (limited to '')
-rw-r--r-- | graphics/xv/Makefile | 4 | ||||
-rw-r--r-- | graphics/xv/files/patch-ad | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/graphics/xv/Makefile b/graphics/xv/Makefile index ce717e2cbc2a..39653e0e6cd2 100644 --- a/graphics/xv/Makefile +++ b/graphics/xv/Makefile @@ -3,7 +3,7 @@ # Date created: 30 October 1994 # Whom: smace # -# $Id: Makefile,v 1.28 1998/10/25 15:24:40 kuriyama Exp $ +# $Id: Makefile,v 1.29 1998/11/21 07:27:37 steve Exp $ # DISTNAME= xv-3.10a @@ -25,7 +25,7 @@ PATCHFILES= xv-3.10a.JPEG-patch xv-3.10a.TIFF-patch MAINTAINER?= shige@kuis.kyoto-u.ac.jp LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \ - tiff34.1:${PORTSDIR}/graphics/tiff34 \ + tiff.1:${PORTSDIR}/graphics/tiff34 \ png.2:${PORTSDIR}/graphics/png USE_IMAKE= yes diff --git a/graphics/xv/files/patch-ad b/graphics/xv/files/patch-ad index 72deb1629eb2..f76139c992ef 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 -ltiff34 -+TIFFINCLUDE = -I/usr/local/include/tiff34 ++LIBTIFF = -L/usr/local/lib -ltiff ++TIFFINCLUDE = -I/usr/local/include +#endif + #ifdef HavePDS |