You've already forked macports-ports
mirror of
https://github.com/encounter/macports-ports.git
synced 2026-07-10 12:19:27 -07:00
python ports: use eq and ne when comparing ${subport} instead of == and !=
git-svn-id: https://svn.macports.org/repository/macports/trunk/dports@114324 d073be05-634f-4543-b044-5fe20cf6d1d6
This commit is contained in:
@@ -24,7 +24,7 @@ checksums rmd160 7e52c0ec1fa56f42b9660496776876eaf09e9cc5 \
|
||||
|
||||
python.versions 26 27 31 32 33
|
||||
|
||||
if {$name != $subport} {
|
||||
if {${name} ne ${subport}} {
|
||||
livecheck.type none
|
||||
|
||||
depends_lib-append port:py${python.version}-parsing \
|
||||
|
||||
Reference in New Issue
Block a user