--- Portfile.orig	2010-11-23 20:03:41.000000000 +0100
+++ Portfile	2010-11-23 16:57:24.000000000 +0100
@@ -2,10 +2,10 @@
 # $Id$
 
 PortSystem          1.0
-PortGroup           kde4 1.0
+PortGroup           kde4 1.1
 
 name                digikam
-version             1.2.0
+version             1.6.0
 categories          kde kde4
 maintainers         hyper-world.de:jan
 platforms           darwin
@@ -16,20 +16,20 @@
 homepage            http://www.digikam.org/
 master_sites        sourceforge:digikam
 
-checksums           md5     8f68022008cf1650924cc8688f176572 \
-                    sha1    7f12caf737a05043c7a9a5291a448684e5a4e2e6
+checksums           md5     a7bfe28f04a840719bf3e10a000ad89e \
+                    sha1    7daf9606468e5a9ada55fac3a68820703adac48e
 
 use_bzip2           yes
 
-# The kdeedu4 dependency is for libmarblewidget.
 depends_lib         port:libgphoto2 \
                     port:liblqr \
-                    port:kdegraphics4
+                    port:kdegraphics4 \
+                    port:kdeedu4
 
 depends_run         port:kipi-plugins
 
-variant geoloc description {Install with geo location functionality. This is not default, because it depends on kdeedu4 which does not build at all systems at the moment.} {
-    depends_run-append \
+variant no_geoloc description {Install without geo location functionallity.} {
+    depends_run-delete \
         port:kdeedu4
 }
 
