aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorMike McQuaid2015-04-11 18:26:44 +0100
committerMike McQuaid2015-04-21 10:16:57 +0100
commit8cb391c0d978d7710b5955865fe4cf59c51a7c08 (patch)
treeec6532062bae6007778b0742ff01c1d413eafe88 /Library
parentb1f532acfc0259469d99d5c3e4fbed7c3a9616c6 (diff)
downloadhomebrew-8cb391c0d978d7710b5955865fe4cf59c51a7c08.tar.bz2
harbour: make x11 dependency optional.
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/harbour.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/harbour.rb b/Library/Formula/harbour.rb
index 3898b905a..6637ebd6c 100644
--- a/Library/Formula/harbour.rb
+++ b/Library/Formula/harbour.rb
@@ -13,7 +13,7 @@ class Harbour < Formula
head "https://github.com/harbour/core.git"
depends_on "pcre"
- depends_on :x11 => :recommended
+ depends_on :x11 => :optional
# Missing a header that was deprecated by libcurl @ version 7.12.0 and
# deleted sometime after Harbour 3.0.0 release.