Changeset 69450 for trunk/dports/tex
- Timestamp:
- Jul 6, 2010, 3:03:18 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/dports/tex/rubber/Portfile
r69423 r69450 30 30 destroot.args prefix=${destroot}${prefix} 31 31 32 default_variants +python26 33 34 variant python24 description {Use python2.4} { 32 variant python24 conflicts python25 python26 python27 description {Use python 2.4} { 35 33 depends_lib-append port:python24 36 34 configure.args-append --python=${prefix}/bin/python2.4 37 35 } 38 36 39 variant python25 description {Use python2.5} {37 variant python25 conflicts python24 python26 python27 description {Use python 2.5} { 40 38 depends_lib-append port:python25 41 39 configure.args-append --python=${prefix}/bin/python2.5 42 40 } 43 41 44 variant python26 description {Use python2.6} {42 variant python26 conflicts python24 python25 python27 description {Use python 2.6} { 45 43 depends_lib-append port:python26 46 44 configure.args-append --python=${prefix}/bin/python2.6 47 45 } 48 46 49 variant python27 description {Use python2.7} {47 variant python27 conflicts python24 python25 python26 description {Use python 2.7} { 50 48 depends_lib-append port:python27 51 49 configure.args-append --python=${prefix}/bin/python2.7 52 50 } 51 52 if {![variant_isset python24] && ![variant_isset python25] && ![variant_isset python26] && ![variant_isset python27]} { 53 default_variants +python26 54 }
Note: See TracChangeset
for help on using the changeset viewer.