diff options
author | marcus <marcus@FreeBSD.org> | 2003-09-22 19:12:25 +0000 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2003-09-22 19:12:25 +0000 |
commit | d0bac87a9ed26e152da816fb2ff730f2ccb5bfb1 (patch) | |
tree | e84b69d2521e45ebd83b1df02b3a030dc26b0ab4 /graphics/eog2 | |
parent | 17b9567d73b8a8477ea401bc27fe9a2494593f14 (diff) | |
download | FreeBSD-ports-d0bac87a9ed26e152da816fb2ff730f2ccb5bfb1.zip FreeBSD-ports-d0bac87a9ed26e152da816fb2ff730f2ccb5bfb1.tar.gz |
Chase the libexif shared lib version.
Reported by: Larry Rosenman <ler@lerctr.org>
Diffstat (limited to 'graphics/eog2')
-rw-r--r-- | graphics/eog2/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/eog2/Makefile b/graphics/eog2/Makefile index b65209b..4a1b42f 100644 --- a/graphics/eog2/Makefile +++ b/graphics/eog2/Makefile @@ -27,8 +27,8 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ .include <bsd.port.pre.mk> -.if defined(WITH_EXIF) || exists(${LOCALBASE}/lib/libexif.so.8) -LIB_DEPENDS+= exif.8:${PORTSDIR}/graphics/libexif +.if defined(WITH_EXIF) || exists(${LOCALBASE}/lib/libexif.so.10) +LIB_DEPENDS+= exif.10:${PORTSDIR}/graphics/libexif .endif .include <bsd.port.post.mk> |