diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2007-05-25 12:07:17 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2007-05-25 12:07:17 +0000 |
commit | 786d2c25ce9e2e1a268a1b109bc3878d9d7df9b1 (patch) | |
tree | c675da6de8e9865ca60b163845bf3b0051c0b856 /graphics/eog | |
parent | - Update to 2.10.3 (diff) |
- Chase libexif update
Notes
Notes:
svn path=/head/; revision=191776
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 ffe9fb7a4704..9f623d7843a0 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: |