diff options
| -rw-r--r-- | Library/Formula/dwm.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Library/Formula/dwm.rb b/Library/Formula/dwm.rb index 0734fef43..9554ef9a8 100644 --- a/Library/Formula/dwm.rb +++ b/Library/Formula/dwm.rb @@ -15,6 +15,7 @@ class Dwm < Formula head 'http://git.suckless.org/dwm', :using => :git depends_on :x11 + depends_on 'dmenu' => :optional def install # The dwm default quit keybinding Mod1-Shift-q collides with |
