diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2010-02-05 19:46:55 +0800 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2010-02-05 19:46:55 +0800 |
commit | ca9c60461cb276ee2afe18260afc8dec97c1b6f8 (patch) | |
tree | 723ef4dd1e7ab15998168c724ba862742907ca7a /graphics/xv | |
parent | fba82b2a968f007c64e260a48433dc7f9e39a3b8 (diff) | |
download | freebsd-ports-gnome-ca9c60461cb276ee2afe18260afc8dec97c1b6f8.tar.gz freebsd-ports-gnome-ca9c60461cb276ee2afe18260afc8dec97c1b6f8.tar.zst freebsd-ports-gnome-ca9c60461cb276ee2afe18260afc8dec97c1b6f8.zip |
- update to jpeg-8
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 228504999a29..3fb45c1744e8 100644 --- a/graphics/xv/Makefile +++ b/graphics/xv/Makefile @@ -7,7 +7,7 @@ PORTNAME= xv PORTVERSION= 3.10a -PORTREVISION= 11 +PORTREVISION= 12 CATEGORIES+= graphics MASTER_SITES= ftp://ftp.cis.upenn.edu/pub/xv/:base \ SF/png-mng/XV%20jumbo%20patches/20070520 @@ -22,7 +22,7 @@ PATCHFILES= xv-3.10a-enhancements.20070520-20081216.diff MAINTAINER?= dinoex@FreeBSD.org COMMENT?= An X11 program that displays images of various formats -LIB_DEPENDS= jpeg.10:${PORTSDIR}/graphics/jpeg \ +LIB_DEPENDS= jpeg.11:${PORTSDIR}/graphics/jpeg \ tiff.4:${PORTSDIR}/graphics/tiff \ png.5:${PORTSDIR}/graphics/png \ jasper.4:${PORTSDIR}/graphics/jasper |