summaryrefslogtreecommitdiff
path: root/graphics/eog2
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2003-09-22 19:12:25 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2003-09-22 19:12:25 +0000
commitcf1403ea429ad8b60de5e0145c583c4d99d09957 (patch)
tree8f0b58db3a9f1fa02ac85bc2cd6e3eb62b0e5ca8 /graphics/eog2
parentFix build on Alpha (and probably other 64-bit platforms). (diff)
Chase the libexif shared lib version.
Reported by: Larry Rosenman <ler@lerctr.org>
Notes
Notes: svn path=/head/; revision=89111
Diffstat (limited to 'graphics/eog2')
-rw-r--r--graphics/eog2/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/eog2/Makefile b/graphics/eog2/Makefile
index b65209bd9313..4a1b42f3a7cd 100644
--- a/graphics/eog2/Makefile
+++ b/graphics/eog2/Makefile
@@ -27,8 +27,8 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
.include <bsd.port.pre.mk>
-.if defined(WITH_EXIF) || exists(${LOCALBASE}/lib/libexif.so.8)
-LIB_DEPENDS+= exif.8:${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>