diff options
author | pav <pav@FreeBSD.org> | 2007-05-25 20:07:17 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2007-05-25 20:07:17 +0800 |
commit | 5d250f929430058ec45e62a855efefc032eb008a (patch) | |
tree | 2c25557c78badb53046b27cb7713ca2dd3da1caf /graphics/eog | |
parent | 6327fedb785e1df4941d2d45c5319ac076087cae (diff) | |
download | freebsd-ports-graphics-5d250f929430058ec45e62a855efefc032eb008a.tar.gz freebsd-ports-graphics-5d250f929430058ec45e62a855efefc032eb008a.tar.zst freebsd-ports-graphics-5d250f929430058ec45e62a855efefc032eb008a.zip |
- Chase libexif update
Diffstat (limited to 'graphics/eog')
-rw-r--r-- | graphics/eog/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/graphics/eog/Makefile b/graphics/eog/Makefile index ffe9fb7a470..9f623d7843a 100644 --- a/graphics/eog/Makefile +++ b/graphics/eog/Makefile @@ -8,7 +8,7 @@ PORTNAME= eog PORTVERSION= 2.18.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME:S/2$//}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} @@ -34,9 +34,9 @@ GCONF_SCHEMAS= eog.schemas .include <bsd.port.pre.mk> -.if !defined(WITHOUT_EXIF) || (exists(${LOCALBASE}/lib/libexif.so.12) || \ +.if !defined(WITHOUT_EXIF) || (exists(${LOCALBASE}/lib/libexif.so.13) || \ defined(WITH_EXIF)) -LIB_DEPENDS+= exif.12:${PORTSDIR}/graphics/libexif +LIB_DEPENDS+= exif.13:${PORTSDIR}/graphics/libexif .endif post-install: |