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/plotutils.rb | |
| parent | 06c2ea036322bd1d05330711aa41273cddc77ede (diff) | |
| download | homebrew-a2d4d9d832e60e2b007990f394b22e77b6dfa3ba.tar.bz2 | |
Update formulae for XQuartz compatibility
Diffstat (limited to 'Library/Formula/plotutils.rb')
| -rw-r--r-- | Library/Formula/plotutils.rb | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/plotutils.rb b/Library/Formula/plotutils.rb index 71ecc94af..224fa8297 100644 --- a/Library/Formula/plotutils.rb +++ b/Library/Formula/plotutils.rb @@ -6,9 +6,9 @@ class Plotutils < Formula    homepage 'http://www.gnu.org/software/plotutils/'    md5 'c08a424bd2438c80a786a7f4b5bb6a40' -  def install -    ENV.x11 # enable libpng support +  depends_on :libpng +  def install      # Fix usage of libpng to be 1.5 compatible      inreplace 'libplot/z_write.c', 'png_ptr->jmpbuf', 'png_jmpbuf (png_ptr)'  | 
