diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2007-05-27 15:25:47 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2007-05-27 15:25:47 +0000 |
commit | 4b247a711e79d1ca7a73287b0dd8ecec4cc2e1d5 (patch) | |
tree | 2c06b1081ece7927f539221e648f5d1a6a943444 /graphics/gimageview | |
parent | f3106d4fc60bff6287fb91ff7bb02eec8574456c (diff) | |
download | ports-4b247a711e79d1ca7a73287b0dd8ecec4cc2e1d5.tar.gz ports-4b247a711e79d1ca7a73287b0dd8ecec4cc2e1d5.zip |
- Chase libexif update
Notes
Notes:
svn path=/head/; revision=192044
Diffstat (limited to 'graphics/gimageview')
-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 e3b86c6eaafe..6ecc67201a10 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.13) +.if exists(${LOCALBASE}/lib/libexif.so.12) EXTRA_PATCHES+= ${FILESDIR}/extra-patch-src-exit_view.c .endif |