Ticket #21011: Portfile-gimp2.diff
File Portfile-gimp2.diff, 852 bytes (added by hsivank@…, 15 years ago) |
---|
-
Portfile
old new 5 5 6 6 name gimp2 7 7 version 2.6.7 8 revision 18 revision 2 9 9 categories graphics 10 10 maintainers devans 11 11 homepage http://www.gimp.org/ … … 30 30 distname gimp-${version} 31 31 use_bzip2 yes 32 32 33 patchfiles patch-etc-gimprc.diff 33 patchfiles patch-etc-gimprc.diff \ 34 patch-plug-ins-twain-tw_mac.c.diff 34 35 35 36 depends_build port:pkgconfig \ 36 37 port:intltool \ … … 59 60 } 60 61 } 61 62 63 platform darwin 10 { 64 if {$build_arch == "x86_64"} { 65 configure.args-append --build=x86_64-apple-darwin10.0.0 66 } 67 } 68 62 69 use_parallel_build yes 63 70 configure.python ${prefix}/bin/python2.5 64 71 configure.args --enable-mp \