diff options
author | jseger <jseger@FreeBSD.org> | 1998-04-16 06:18:24 +0800 |
---|---|---|
committer | jseger <jseger@FreeBSD.org> | 1998-04-16 06:18:24 +0800 |
commit | 85e92521c0a7461e908e7d0b90746b5cb27684aa (patch) | |
tree | 1303a2895b9733d18cc7e52f43398fa2837d3f47 /graphics/xv | |
parent | 5928a29b1926af5b9e42431c28a3c2279566850e (diff) | |
download | freebsd-ports-gnome-85e92521c0a7461e908e7d0b90746b5cb27684aa.tar.gz freebsd-ports-gnome-85e92521c0a7461e908e7d0b90746b5cb27684aa.tar.zst freebsd-ports-gnome-85e92521c0a7461e908e7d0b90746b5cb27684aa.zip |
Switch remaining ports to use jpeg lib version 8.0.
Diffstat (limited to 'graphics/xv')
-rw-r--r-- | graphics/xv/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/xv/Makefile b/graphics/xv/Makefile index 54fd850d1caf..b43bf3938c83 100644 --- a/graphics/xv/Makefile +++ b/graphics/xv/Makefile @@ -3,7 +3,7 @@ # Date created: 30 October 1994 # Whom: smace # -# $Id: Makefile,v 1.15 1997/11/04 13:14:15 tg Exp $ +# $Id: Makefile,v 1.16 1997/12/01 08:08:00 tg Exp $ # DISTNAME= xv-3.10a @@ -19,7 +19,7 @@ PATCHFILES= xv-3.10a.JPEG-patch xv-3.10a.TIFF-patch MAINTAINER= ports@FreeBSD.ORG -LIB_DEPENDS= jpeg\\.7\\.:${PORTSDIR}/graphics/jpeg \ +LIB_DEPENDS= jpeg\\.8\\.:${PORTSDIR}/graphics/jpeg \ tiff34\\.1:${PORTSDIR}/graphics/tiff34 USE_IMAKE= yes |