Changeset 80085
- Timestamp:
- 07/03/11 17:18:24 (4 years ago)
- File:
-
- 1 edited
-
trunk/dports/graphics/gimp2/Portfile (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/dports/graphics/gimp2/Portfile
r77944 r80085 8 8 # please remember to update the gimp metapackage to match 9 9 version 2.6.11 10 revision 510 revision 6 11 11 categories graphics 12 12 maintainers devans … … 53 53 port:curl \ 54 54 port:libwmf \ 55 port:lcms \ 56 port:py26-gtk 55 port:lcms 57 56 58 57 platform darwin 9 { … … 63 62 } 64 63 65 configure.python ${prefix}/bin/python2.666 set python_framework ${frameworks_dir}/Python.framework/Versions/2.667 configure.pkg_config_path ${python_framework}/lib/pkgconfig68 configure.env PATH=${python_framework}/bin:$env(PATH)69 64 configure.args --build=${configure.build_arch}-apple-${os.platform}${os.version} \ 70 65 --enable-mp \ … … 78 73 --without-webkit 79 74 75 variant python25 conflicts no_python python26 python27 description {Use python 2.5} { 76 configure.python ${prefix}/bin/python2.5 77 depends_lib-append port:py25-gtk 78 set python_framework ${frameworks_dir}/Python.framework/Versions/2.5 79 configure.pkg_config_path ${python_framework}/lib/pkgconfig 80 configure.env PATH=${python_framework}/bin:$env(PATH) 81 } 82 83 variant python26 conflicts no_python python25 python27 description {Use python 2.6} { 84 configure.python ${prefix}/bin/python2.6 85 depends_lib-append port:py26-gtk 86 set python_framework ${frameworks_dir}/Python.framework/Versions/2.6 87 configure.pkg_config_path ${python_framework}/lib/pkgconfig 88 configure.env PATH=${python_framework}/bin:$env(PATH) 89 } 90 91 variant python27 conflicts no_python python25 python26 description {Use python 2.7} { 92 configure.python ${prefix}/bin/python2.7 93 depends_lib-append port:py27-gtk 94 set python_framework ${frameworks_dir}/Python.framework/Versions/2.7 95 configure.pkg_config_path ${python_framework}/lib/pkgconfig 96 configure.env PATH=${python_framework}/bin:$env(PATH) 97 } 98 80 99 variant no_python description {Disable Python scripts and filters} { 81 depends_lib-delete port:py26-gtk82 100 configure.args-append --disable-python 101 } 102 103 if {![variant_isset no_python] && ![variant_isset python25] && ![variant_isset python26]} { 104 default_variants +python27 83 105 } 84 106
Note: See TracChangeset
for help on using the changeset viewer.

