diff options
| author | Jack Nagel | 2012-06-06 20:35:12 -0500 |
|---|---|---|
| committer | Jack Nagel | 2012-07-01 12:41:00 -0500 |
| commit | a2d4d9d832e60e2b007990f394b22e77b6dfa3ba (patch) | |
| tree | 61d17f0eb86471a00b2bf117d13f067f73e372b8 /Library/Formula/ncview.rb | |
| parent | 06c2ea036322bd1d05330711aa41273cddc77ede (diff) | |
| download | homebrew-a2d4d9d832e60e2b007990f394b22e77b6dfa3ba.tar.bz2 | |
Update formulae for XQuartz compatibility
Diffstat (limited to 'Library/Formula/ncview.rb')
| -rw-r--r-- | Library/Formula/ncview.rb | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Library/Formula/ncview.rb b/Library/Formula/ncview.rb index 1e4dd9af9..faf66e1b3 100644 --- a/Library/Formula/ncview.rb +++ b/Library/Formula/ncview.rb @@ -5,6 +5,7 @@ class Ncview < Formula homepage 'http://meteora.ucsd.edu/~pierce/ncview_home_page.html' md5 '34e25f5949af342a1783542799f51bed' + depends_on :x11 depends_on "netcdf" # Disable a block in configure that tries to pass an RPATH to the compiler. @@ -14,8 +15,6 @@ class Ncview < Formula end def install - ENV.x11 # For GUI and libpng. - system "./configure", "--prefix=#{prefix}", "--disable-dependency-tracking" system "make install" |
