Changeset 83074
- Timestamp:
- 08/25/11 07:22:01 (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/dports/_resources/port1.0/group/python-1.0.tcl
r82388 r83074 85 85 distfiles 86 86 supported_archs noarch 87 replaced_by py[option python.default_version][string trimleft $name py] 88 depends_lib port:py[option python.default_version][string trimleft $name py] 87 global python.default_version 88 if {${python.default_version} == "24"} { 89 replaced_by py24[string trimleft $name py] 90 } 91 depends_lib port:py${python.default_version}[string trimleft $name py] 89 92 build {} 90 93 destroot { … … 103 106 if {[string match py-* $name]} { 104 107 if {$subport == $name || $subport == ""} { 105 replaced_by py[option python.default_version][string trimleft $name py] 106 depends_lib port:py[option python.default_version][string trimleft $name py] 108 global python.default_version 109 if {${python.default_version} == "24"} { 110 replaced_by py24[string trimleft $name py] 111 } 112 depends_lib port:py${python.default_version}[string trimleft $name py] 107 113 } 108 114 } else {
Note: See TracChangeset
for help on using the changeset viewer.

