1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-30 05:40:06 +00:00

- graphics/digikam-kde4: Fix LIB_DEPENDS for MARBLE option

PR:		154647
Submitted by:	Jason E. Hale
Approved by:	maintainer (implicit)
Feature safe:	yes
This commit is contained in:
Dima Panov 2011-02-11 09:38:50 +00:00
parent ca41cfe9ad
commit 7a0af0fd58
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=268925

View File

@ -57,7 +57,7 @@ CMAKE_ARGS+= -DWITH_LensFun:BOOL=OFF
.endif
.if defined(WITH_MARBLE)
LIB_DEPENDS+= marblewidget.11:${PORTSDIR}/astro/marble
LIB_DEPENDS+= marblewidget.10:${PORTSDIR}/astro/marble
PLIST_SUB+= MARBLE=""
.else
CMAKE_ARGS+= -DWITH_MarbleWidget:BOOL=OFF