1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00

Chase the libexif shared lib version.

Reported by:	Larry Rosenman <ler@lerctr.org>
This commit is contained in:
Joe Marcus Clarke 2003-09-22 19:12:25 +00:00
parent 7e6e454565
commit cf1403ea42
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=89111

View File

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