commit 1f06e6258ce025ea56f6f0476f6e356939efe8c7
Author: h.sivank <hsivank@gmail.com>
Date: Wed Sep 2 04:46:10 2009 +0200
fix gimp2 plateform detection on snow leopard
diff --git a/dports/graphics/gimp2/Portfile b/dports/graphics/gimp2/Portfile
index 8fd0a0d..cad1435 100644
a
|
b
|
platform darwin 9 { |
64 | 64 | } |
65 | 65 | } |
66 | 66 | |
| 67 | platform darwin 10 { |
| 68 | configure.args-append --build=x86_64-apple-darwin10.0.0 |
| 69 | } |
| 70 | |
67 | 71 | use_parallel_build yes |
68 | 72 | configure.python ${prefix}/bin/python2.5 |
69 | 73 | configure.args --enable-mp \ |