diff options
| author | Adam Vandenberg | 2011-03-14 14:10:23 -0700 |
|---|---|---|
| committer | Adam Vandenberg | 2011-03-14 14:10:41 -0700 |
| commit | a849e93ae70b0bb3615146811be1f241f43a6076 (patch) | |
| tree | 2786c99b94f211816ce357d00df8bdfca5aa4b34 /Library | |
| parent | 015498c25ff69185d7d86864bafeb90075559083 (diff) | |
| download | homebrew-a849e93ae70b0bb3615146811be1f241f43a6076.tar.bz2 | |
pstoedit: does not need direct libpng dep
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/pstoedit.rb | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Library/Formula/pstoedit.rb b/Library/Formula/pstoedit.rb index 8b65dd2e9..ebf886e30 100644 --- a/Library/Formula/pstoedit.rb +++ b/Library/Formula/pstoedit.rb @@ -5,15 +5,15 @@ class Pstoedit < Formula homepage 'http://www.pstoedit.net' md5 '97d649305ad90fab7a569154f17e0916' - depends_on 'libpng' + depends_on 'pkg-config' => :build depends_on 'plotutils' - depends_on 'imagemagick' depends_on 'ghostscript' + depends_on 'imagemagick' def install ENV.deparallelize - - system "./configure", "--disable-debug", "--disable-dependency-tracking", "--prefix=#{prefix}" + system "./configure", "--disable-debug", "--disable-dependency-tracking", + "--prefix=#{prefix}" system "make install" end end |
