diff options
author | Justin M. Seger <jseger@FreeBSD.org> | 1998-04-15 22:18:24 +0000 |
---|---|---|
committer | Justin M. Seger <jseger@FreeBSD.org> | 1998-04-15 22:18:24 +0000 |
commit | b5544f135829582a52ed3b2c78ec884a4f52187c (patch) | |
tree | 40984a43a673e6cffbc75f7d23cfafc9d5b48bc2 /graphics/xv | |
parent | Use jpeg shared library version 8. (diff) |
Switch remaining ports to use jpeg lib version 8.0.
Notes
Notes:
svn path=/head/; revision=10525
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 |