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/thunar | |
parent | 6327fedb785e1df4941d2d45c5319ac076087cae (diff) | |
download | FreeBSD-ports-5d250f929430058ec45e62a855efefc032eb008a.zip FreeBSD-ports-5d250f929430058ec45e62a855efefc032eb008a.tar.gz |
- Chase libexif update
Diffstat (limited to 'x11-fm/thunar')
-rw-r--r-- | x11-fm/thunar/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |