Ticket #21011: Portfile-gimp2.diff

File Portfile-gimp2.diff, 852 bytes (added by hsivank@…, 14 years ago)
  • Portfile

    old new  
    55
    66name            gimp2
    77version         2.6.7
    8 revision        1
     8revision        2
    99categories      graphics
    1010maintainers     devans
    1111homepage        http://www.gimp.org/
     
    3030distname        gimp-${version}
    3131use_bzip2       yes
    3232
    33 patchfiles      patch-etc-gimprc.diff
     33patchfiles      patch-etc-gimprc.diff \
     34                patch-plug-ins-twain-tw_mac.c.diff
    3435
    3536depends_build   port:pkgconfig \
    3637                port:intltool \
     
    5960    }
    6061}
    6162
     63platform darwin 10 {
     64        if {$build_arch == "x86_64"} {
     65                configure.args-append --build=x86_64-apple-darwin10.0.0
     66        }
     67}
     68
    6269use_parallel_build  yes
    6370configure.python    ${prefix}/bin/python2.5
    6471configure.args  --enable-mp \