Changeset 79299
- Timestamp:
- 06/08/11 08:16:55 (4 years ago)
- File:
-
- 1 edited
-
trunk/dports/x11/mesa/Portfile (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/dports/x11/mesa/Portfile
r79271 r79299 115 115 } 116 116 117 variant python26 conflicts python27 description {Use python 2.6} { 118 depends_build-append \ 119 port:py26-libxml2 120 build.args-append \ 121 PYTHON2="${prefix}/bin/python2.6" 122 } 123 124 variant python27 conflicts python26 description {Use python 2.7} { 125 depends_build-append \ 126 port:py27-libxml2 127 build.args-append \ 128 PYTHON2="${prefix}/bin/python2.7" 129 } 130 131 if {![variant_isset python26] && ![variant_isset python27]} { 132 default_variants +python27 133 } 134 117 135 platform darwin 8 { 118 136 patchfiles-append patch-Mesa_7.6-src-glu-sgi-glu.exports.darwin.diff
Note: See TracChangeset
for help on using the changeset viewer.

