aboutsummaryrefslogtreecommitdiff
path: root/graphics/gimageview
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2007-05-25 12:07:17 +0000
committerPav Lucistnik <pav@FreeBSD.org>2007-05-25 12:07:17 +0000
commit786d2c25ce9e2e1a268a1b109bc3878d9d7df9b1 (patch)
treec675da6de8e9865ca60b163845bf3b0051c0b856 /graphics/gimageview
parentc5d4a258cfc26c261a68f74c6766664dd461b119 (diff)
downloadports-786d2c25ce9e2e1a268a1b109bc3878d9d7df9b1.tar.gz
ports-786d2c25ce9e2e1a268a1b109bc3878d9d7df9b1.zip
- Chase libexif update
Notes
Notes: svn path=/head/; revision=191776
Diffstat (limited to 'graphics/gimageview')
-rw-r--r--graphics/gimageview/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/gimageview/Makefile b/graphics/gimageview/Makefile
index 6ecc67201a10..e3b86c6eaafe 100644
--- a/graphics/gimageview/Makefile
+++ b/graphics/gimageview/Makefile
@@ -40,7 +40,7 @@ WITH_IMLIB= yes
CONFIGURE_ARGS+= --disable-gdk-pixbuf
.endif
-.if exists(${LOCALBASE}/lib/libexif.so.12)
+.if exists(${LOCALBASE}/lib/libexif.so.13)
EXTRA_PATCHES+= ${FILESDIR}/extra-patch-src-exit_view.c
.endif