aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorlioux <lioux@FreeBSD.org>2010-09-08 06:43:12 +0800
committerlioux <lioux@FreeBSD.org>2010-09-08 06:43:12 +0800
commit279320c2d66ac117389973382140c650a7d89533 (patch)
tree1aa7a5ac6ee1829c01393d590f1bf48d6e4279fc
parent750053da978b3fb1e19b9fa70ef21bf28e7b3745 (diff)
downloadfreebsd-ports-gnome-279320c2d66ac117389973382140c650a7d89533.tar.gz
freebsd-ports-gnome-279320c2d66ac117389973382140c650a7d89533.tar.zst
freebsd-ports-gnome-279320c2d66ac117389973382140c650a7d89533.zip
- 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
-rw-r--r--graphics/digikam-kde4/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/digikam-kde4/Makefile b/graphics/digikam-kde4/Makefile
index 25e8563d3481..ecbf04187ad7 100644
--- a/graphics/digikam-kde4/Makefile
+++ b/graphics/digikam-kde4/Makefile
@@ -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