1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-05 06:27:37 +00:00

- Fix build WITH_LENSFUN: chase lib version

- No PORTREVISION bump necessary since the port did not build WITH_LENSFUN before

PR:		150353
Approved by:	maintainer
This commit is contained in:
Mario Sergio Fujikawa Ferreira 2010-09-07 22:43:12 +00:00
parent 63fe5cd360
commit 9acd4de7b3
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=260720

View File

@ -52,7 +52,7 @@ LIB_DEPENDS+= gphoto2.2:${PORTSDIR}/graphics/libgphoto2
.endif
.if defined(WITH_LENSFUN)
LIB_DEPENDS+= lensfun.0:${PORTSDIR}/graphics/lensfun
LIB_DEPENDS+= lensfun.2:${PORTSDIR}/graphics/lensfun
.else
CMAKE_ARGS+= -DWITH_LensFun:BOOL=OFF
.endif