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/dvdauthor.rb | |
| parent | 06c2ea036322bd1d05330711aa41273cddc77ede (diff) | |
| download | homebrew-a2d4d9d832e60e2b007990f394b22e77b6dfa3ba.tar.bz2 | |
Update formulae for XQuartz compatibility
Diffstat (limited to 'Library/Formula/dvdauthor.rb')
| -rw-r--r-- | Library/Formula/dvdauthor.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/dvdauthor.rb b/Library/Formula/dvdauthor.rb index ab7f8385a..a6b2fba35 100644 --- a/Library/Formula/dvdauthor.rb +++ b/Library/Formula/dvdauthor.rb @@ -10,6 +10,7 @@ class Dvdauthor < Formula depends_on 'pkg-config' => :build depends_on 'libdvdread' + depends_on :x11 # Fix build with png-1.5. Patch has been applied upstream, but no tagged # release has been made since 2010. See: @@ -20,7 +21,6 @@ class Dvdauthor < Formula end def install - ENV.x11 # For libpng, etc. system "./configure", "--disable-dependency-tracking", "--prefix=#{prefix}", "--mandir=#{man}" |
