Ticket #27350: Portfile-digikam.diff

File Portfile-digikam.diff, 1.4 KB (added by jgosmann (Jan Gosmann), 13 years ago)

Patch to apply to the portfile

  • Portfile

    old new  
    22# $Id$
    33
    44PortSystem          1.0
    5 PortGroup           kde4 1.0
     5PortGroup           kde4 1.1
    66
    77name                digikam
    8 version             1.2.0
     8version             1.6.0
    99categories          kde kde4
    1010maintainers         hyper-world.de:jan
    1111platforms           darwin
     
    1616homepage            http://www.digikam.org/
    1717master_sites        sourceforge:digikam
    1818
    19 checksums           md5     8f68022008cf1650924cc8688f176572 \
    20                     sha1    7f12caf737a05043c7a9a5291a448684e5a4e2e6
     19checksums           md5     a7bfe28f04a840719bf3e10a000ad89e \
     20                    sha1    7daf9606468e5a9ada55fac3a68820703adac48e
    2121
    2222use_bzip2           yes
    2323
    24 # The kdeedu4 dependency is for libmarblewidget.
    2524depends_lib         port:libgphoto2 \
    2625                    port:liblqr \
    27                     port:kdegraphics4
     26                    port:kdegraphics4 \
     27                    port:kdeedu4
    2828
    2929depends_run         port:kipi-plugins
    3030
    31 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.} {
    32     depends_run-append \
     31variant no_geoloc description {Install without geo location functionallity.} {
     32    depends_run-delete \
    3333        port:kdeedu4
    3434}
    3535