diff options
| author | Bob W. Hogg | 2017-08-05 12:54:39 -0700 |
|---|---|---|
| committer | Bob W. Hogg | 2017-08-05 12:54:39 -0700 |
| commit | 06ecad2950b8890eb9175081e9f9231cd0542470 (patch) | |
| tree | 1df8e7f5f711f18b7ccceb784d3b98515d05ce17 /Library/Homebrew/formula.rb | |
| parent | 7a17a166ecd3145b501cb190d9b4cc1e6dba31ba (diff) | |
| download | brew-06ecad2950b8890eb9175081e9f9231cd0542470.tar.bz2 | |
formula: Remove reference to homebrew/x11
That tap is now defunct.
Signed-off-by: Bob W. Hogg <rwhogg@linux.com>
Diffstat (limited to 'Library/Homebrew/formula.rb')
| -rw-r--r-- | Library/Homebrew/formula.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/formula.rb b/Library/Homebrew/formula.rb index dc1d097a5..8cea85a99 100644 --- a/Library/Homebrew/formula.rb +++ b/Library/Homebrew/formula.rb @@ -2213,7 +2213,7 @@ class Formula # depends_on :arch => :x86_64 # If this formula only builds on Intel x86 64-bit. # depends_on :arch => :ppc # Only builds on PowerPC? # depends_on :ld64 # Sometimes ld fails on `MacOS.version < :leopard`. Then use this. - # depends_on :x11 # X11/XQuartz components. Non-optional X11 deps should go in Homebrew/Homebrew-x11 + # depends_on :x11 # X11/XQuartz components. # depends_on :osxfuse # Permits the use of the upstream signed binary or our source package. # depends_on :tuntap # Does the same thing as above. This is vital for Yosemite and above. # depends_on :mysql => :recommended</pre> |
