You've already forked macports-contrib
mirror of
https://github.com/macports/macports-contrib.git
synced 2026-07-12 18:18:45 -07:00
port-depgraph: Fix color of depends_run lines
My right hand was one key too far to the right on a Dvorak keyboard.
This commit is contained in:
@@ -68,7 +68,7 @@ proc print_dependencies {dependencyArray portName verbose} {
|
||||
set aPort [lindex $aList 2]
|
||||
|
||||
set color "black"
|
||||
if {$aType == "lus"} {
|
||||
if {$aType == "run"} {
|
||||
set color "#666666"
|
||||
} elseif {$aType == "fetch"} {
|
||||
set color "#ff00007f"
|
||||
|
||||
Reference in New Issue
Block a user