From 8cb391c0d978d7710b5955865fe4cf59c51a7c08 Mon Sep 17 00:00:00 2001 From: Mike McQuaid Date: Sat, 11 Apr 2015 18:26:44 +0100 Subject: harbour: make x11 dependency optional. --- Library/Formula/harbour.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Library/Formula') 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. -- cgit v1.2.3