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 /x11-fm | |
parent | c5d4a258cfc26c261a68f74c6766664dd461b119 (diff) |
- Chase libexif update
Notes
Notes:
svn path=/head/; revision=191776
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 09db8cf1e3b1..e1a42eecd344 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 cce3ebe7420f..6292624c82d9 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 fbdd9a6bbfab..215bd146e81a 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 |