aboutsummaryrefslogtreecommitdiff
path: root/graphics/gthumb2
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2003-07-29 21:05:52 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2003-07-29 21:05:52 +0000
commit5a30725d7634f28657031842b05d3f24eff7cad0 (patch)
tree58de98dded1ae63faacec7e7962e4821961ee034 /graphics/gthumb2
parentdc3aece0ec5bd2070d07376994af538b6f346e71 (diff)
downloadports-5a30725d7634f28657031842b05d3f24eff7cad0.tar.gz
ports-5a30725d7634f28657031842b05d3f24eff7cad0.zip
Chase the libexif shared lib version.
Notes
Notes: svn path=/head/; revision=85880
Diffstat (limited to 'graphics/gthumb2')
-rw-r--r--graphics/gthumb2/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/gthumb2/Makefile b/graphics/gthumb2/Makefile
index efc332b24c16..a2441bd28f09 100644
--- a/graphics/gthumb2/Makefile
+++ b/graphics/gthumb2/Makefile
@@ -30,7 +30,7 @@ MAN1= gthumb.1
.include <bsd.port.pre.mk>
-.if defined(WITH_EXIF) || exists(${LOCALBASE}/lib/libexif.so.8)
+.if defined(WITH_EXIF) || exists(${LOCALBASE}/lib/libexif.so.9)
LIB_DEPENDS+= exif.8:${PORTSDIR}/graphics/libexif
.endif