diff options
author | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2010-09-07 22:43:12 +0000 |
---|---|---|
committer | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2010-09-07 22:43:12 +0000 |
commit | 9acd4de7b33456da0e611229fcfc2c4e48b58889 (patch) | |
tree | 7366bb84833c90b30f25ffe2f78e056b4133195b /graphics/digikam-kde4 | |
parent | 63fe5cd360d38ab035051e842e64a32896007b80 (diff) |
Notes
Diffstat (limited to 'graphics/digikam-kde4')
-rw-r--r-- | graphics/digikam-kde4/Makefile | 2 |
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 |