diff options
author | kuriyama <kuriyama@FreeBSD.org> | 2005-08-28 15:20:43 +0800 |
---|---|---|
committer | kuriyama <kuriyama@FreeBSD.org> | 2005-08-28 15:20:43 +0800 |
commit | a6258bde49fbe7dac533784c90ed812641f33d32 (patch) | |
tree | 2ab3929dccf751e8d054738548f20ebfebce4d05 /graphics | |
parent | f48b9836d58afa63808a9dcce7c6b1163308ed4c (diff) | |
download | freebsd-ports-gnome-a6258bde49fbe7dac533784c90ed812641f33d32.tar.gz freebsd-ports-gnome-a6258bde49fbe7dac533784c90ed812641f33d32.tar.zst freebsd-ports-gnome-a6258bde49fbe7dac533784c90ed812641f33d32.zip |
Fix dependency check filename for libexif.
Diffstat (limited to 'graphics')
-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 |