diff options
-rw-r--r-- | graphics/gimageview/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/gimageview/Makefile b/graphics/gimageview/Makefile index 7ef9eafeeb46..2477592888b2 100644 --- a/graphics/gimageview/Makefile +++ b/graphics/gimageview/Makefile @@ -34,7 +34,7 @@ PKGNAMESUFFIX= -imlib WITH_IMLIB= yes .endif -.if exists(${LOCALBASE}/lib/libexif.so.10) +.if exists(${LOCALBASE}/lib/libexif.so.12) EXTRA_PATCHES+= ${FILESDIR}/extra-patch-src-exit_view.c .endif |