diff options
author | pav <pav@FreeBSD.org> | 2007-05-25 12:07:17 +0000 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2007-05-25 12:07:17 +0000 |
commit | 5d250f929430058ec45e62a855efefc032eb008a (patch) | |
tree | 2c25557c78badb53046b27cb7713ca2dd3da1caf /x11-fm | |
parent | 6327fedb785e1df4941d2d45c5319ac076087cae (diff) | |
download | FreeBSD-ports-5d250f929430058ec45e62a855efefc032eb008a.zip FreeBSD-ports-5d250f929430058ec45e62a855efefc032eb008a.tar.gz |
- Chase libexif update
Diffstat (limited to 'x11-fm')
-rw-r--r-- | x11-fm/gnome-commander2/Makefile | 4 | ||||
-rw-r--r-- | x11-fm/nautilus/Makefile | 4 | ||||
-rw-r--r-- | x11-fm/thunar/Makefile | 2 |
3 files changed, 5 insertions, 5 deletions
diff --git a/x11-fm/gnome-commander2/Makefile b/x11-fm/gnome-commander2/Makefile index 09db8cf..e1a42ee 100644 --- a/x11-fm/gnome-commander2/Makefile +++ b/x11-fm/gnome-commander2/Makefile @@ -7,7 +7,7 @@ PORTNAME= gnome-commander PORTVERSION= 1.2.3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11-fm gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/gnome-commander/1.2 @@ -18,7 +18,7 @@ MAINTAINER= araujo@bsdmail.org COMMENT= File manager for Gnome2 LIB_DEPENDS= id3-3.8.3:${PORTSDIR}/audio/id3lib \ - exif.12:${PORTSDIR}/graphics/libexif \ + exif.13:${PORTSDIR}/graphics/libexif \ iptcdata.3:${PORTSDIR}/graphics/libiptcdata CONFLICTS= gnome-commander-* diff --git a/x11-fm/nautilus/Makefile b/x11-fm/nautilus/Makefile index cce3ebe..6292624 100644 --- a/x11-fm/nautilus/Makefile +++ b/x11-fm/nautilus/Makefile @@ -8,7 +8,7 @@ PORTNAME= nautilus PORTVERSION= 2.18.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11-fm gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} @@ -17,7 +17,7 @@ DIST_SUBDIR= gnome2 MAINTAINER= gnome@FreeBSD.org COMMENT= File manager for the GNOME desktop -LIB_DEPENDS= exif.12:${PORTSDIR}/graphics/libexif +LIB_DEPENDS= exif.13:${PORTSDIR}/graphics/libexif INSTALLS_ICONS= yes USE_BZIP2= yes diff --git a/x11-fm/thunar/Makefile b/x11-fm/thunar/Makefile index fbdd9a6..215bd14 100644 --- a/x11-fm/thunar/Makefile +++ b/x11-fm/thunar/Makefile @@ -81,7 +81,7 @@ CONFIGURE_ARGS+=--disable-gconf CONFIGURE_ARGS+=--enable-apr-plugin PLIST_SUB+= PLUGIN_APR="" .if defined(WITH_PLUG_APR_EXIF) -LIB_DEPENDS+= exif.12:${PORTSDIR}/graphics/libexif +LIB_DEPENDS+= exif.13:${PORTSDIR}/graphics/libexif CONFIGURE_ARGS+=--enable-exif .else CONFIGURE_ARGS+=--disable-exif |