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:
parent
7e6e454565
commit
cf1403ea42
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=89111
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user