Skip to content

Instantly share code, notes, and snippets.

@Kronuz
Created October 20, 2012 13:48
Show Gist options
  • Save Kronuz/3923320 to your computer and use it in GitHub Desktop.
Save Kronuz/3923320 to your computer and use it in GitHub Desktop.
gnuplot formula not depending on x11
--- a/Library/Formula/gnuplot.rb
+++ b/Library/Formula/gnuplot.rb
@@ -19,8 +19,8 @@ class Gnuplot < Formula
depends_on 'pkg-config' => :build
depends_on 'readline'
- depends_on 'pango'
- depends_on :x11
+ # depends_on 'pango'
+ # depends_on :x11
depends_on 'pdflib-lite' if build.include? 'pdf'
depends_on 'lua' unless build.include? 'nolua'
depends_on 'gd' unless build.include? 'nogd'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment