aboutsummaryrefslogtreecommitdiffstats
path: root/graphics
diff options
context:
space:
mode:
authorDima Panov <fluffy@FreeBSD.org>2011-02-11 17:38:50 +0800
committerDima Panov <fluffy@FreeBSD.org>2011-02-11 17:38:50 +0800
commit7a0af0fd58b9d12a4be24d9c5f6ae1b7c452a46b (patch)
treea4971768788076bd7aa7f8d1156bc428cd187d4a /graphics
parentca41cfe9adb1fe906847d6c2cdbfd4b87b8dc0cd (diff)
downloadfreebsd-ports-gnome-7a0af0fd58b9d12a4be24d9c5f6ae1b7c452a46b.tar.gz
freebsd-ports-gnome-7a0af0fd58b9d12a4be24d9c5f6ae1b7c452a46b.tar.zst
freebsd-ports-gnome-7a0af0fd58b9d12a4be24d9c5f6ae1b7c452a46b.zip
- graphics/digikam-kde4: Fix LIB_DEPENDS for MARBLE option
PR: 154647 Submitted by: Jason E. Hale Approved by: maintainer (implicit) Feature safe: yes
Diffstat (limited to 'graphics')
-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 717214dbb1c6..70eeb7e8eba6 100644
--- a/graphics/digikam-kde4/Makefile
+++ b/graphics/digikam-kde4/Makefile
@@ -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