diff options
author | Max Brazhnikov <makc@FreeBSD.org> | 2010-06-01 21:35:50 +0000 |
---|---|---|
committer | Max Brazhnikov <makc@FreeBSD.org> | 2010-06-01 21:35:50 +0000 |
commit | 07c663d250c7ec0b15d86398e19bf48703352122 (patch) | |
tree | 23cc7766ed094a7c42e4c50e4168f78b7c45e777 /graphics/digikam-kde4 | |
parent | b2088def4df05588f7351c188c20543003bd0337 (diff) | |
download | freebsd-ports-07c663d250c7ec0b15d86398e19bf48703352122.zip |
marble was split from misc/kdeedu4.
Diffstat (limited to 'graphics/digikam-kde4')
-rw-r--r-- | graphics/digikam-kde4/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/graphics/digikam-kde4/Makefile b/graphics/digikam-kde4/Makefile index 8e6a5ac4aee5..25e8563d3481 100644 --- a/graphics/digikam-kde4/Makefile +++ b/graphics/digikam-kde4/Makefile @@ -7,7 +7,7 @@ PORTNAME= digikam DISTVERSION= 1.2.0 -PORTREVISION= 2 +PORTREVISION= 3 PORTEPOCH= 1 CATEGORIES= graphics kde MASTER_SITES= SF @@ -40,7 +40,7 @@ MAN1= digitaglinktree.1 \ OPTIONS= GPHOTO2 "Compile with gphoto2 support" on \ LENSFUN "Compile lens auto-correction image editor plugin" off \ - MARBLE "Geolocation support (requires misc/kdeedu4)" off \ + MARBLE "Geolocation support (requires astro/marble)" off \ PIMLIBS "Address book support" on .include <bsd.port.options.mk> @@ -58,7 +58,7 @@ CMAKE_ARGS+= -DWITH_LensFun:BOOL=OFF .endif .if defined(WITH_MARBLE) -LIB_DEPENDS+= marblewidget.5:${PORTSDIR}/misc/kdeedu4 +LIB_DEPENDS+= marblewidget.5:${PORTSDIR}/astro/marble PLIST_SUB+= MARBLE="" .else CMAKE_ARGS+= -DWITH_MarbleWidget:BOOL=OFF |