From cf1403ea429ad8b60de5e0145c583c4d99d09957 Mon Sep 17 00:00:00 2001 From: Joe Marcus Clarke Date: Mon, 22 Sep 2003 19:12:25 +0000 Subject: [PATCH] Chase the libexif shared lib version. Reported by: Larry Rosenman --- graphics/eog2/Makefile | 4 ++-- 1 file 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 -.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