Fix dependency check filename for libexif.

This commit is contained in:
Jun Kuriyama 2005-08-28 07:20:43 +00:00
parent 0001a6bc3f
commit 72e1734e3d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=141016

View file

@ -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