diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2007-05-27 15:25:47 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2007-05-27 15:25:47 +0000 |
commit | 4b247a711e79d1ca7a73287b0dd8ecec4cc2e1d5 (patch) | |
tree | 2c06b1081ece7927f539221e648f5d1a6a943444 /graphics/eog | |
parent | - Update to 0.6.15 (diff) |
- 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 9f623d7843a0..1ee205af7379 100644 --- a/graphics/eog/Makefile +++ b/graphics/eog/Makefile @@ -8,7 +8,7 @@ PORTNAME= eog PORTVERSION= 2.18.1 -PORTREVISION= 2 +PORTREVISION= 3 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.13) || \ +.if !defined(WITHOUT_EXIF) || (exists(${LOCALBASE}/lib/libexif.so.12) || \ defined(WITH_EXIF)) -LIB_DEPENDS+= exif.13:${PORTSDIR}/graphics/libexif +LIB_DEPENDS+= exif.12:${PORTSDIR}/graphics/libexif .endif post-install: |