summaryrefslogtreecommitdiffstats
path: root/graphics/gthumb2
diff options
context:
space:
mode:
authormaho <maho@FreeBSD.org>2003-08-10 13:04:53 +0000
committermaho <maho@FreeBSD.org>2003-08-10 13:04:53 +0000
commitd8a0eca50937f97780deb049b24087efaa78bf64 (patch)
treeb9dc348effb0e25d9c6fa0d51ac135b6dc8fd6e2 /graphics/gthumb2
parent58370da3e495b9d94842b4aac158c33417a7fb1c (diff)
downloadFreeBSD-ports-d8a0eca50937f97780deb049b24087efaa78bf64.zip
FreeBSD-ports-d8a0eca50937f97780deb049b24087efaa78bf64.tar.gz
Chase the libexif shared lib version.
Diffstat (limited to 'graphics/gthumb2')
-rw-r--r--graphics/gthumb2/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/gthumb2/Makefile b/graphics/gthumb2/Makefile
index 7d37a94..584e55a 100644
--- a/graphics/gthumb2/Makefile
+++ b/graphics/gthumb2/Makefile
@@ -30,8 +30,8 @@ MAN1= gthumb.1
.include <bsd.port.pre.mk>
-.if defined(WITH_EXIF) || exists(${LOCALBASE}/lib/libexif.so.9)
-LIB_DEPENDS+= exif.9:${PORTSDIR}/graphics/libexif
+.if defined(WITH_EXIF) || exists(${LOCALBASE}/lib/libexif.so.10)
+LIB_DEPENDS+= exif.10:${PORTSDIR}/graphics/libexif
.endif
.include <bsd.port.post.mk>
OpenPOWER on IntegriCloud