aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/dvdauthor.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula/dvdauthor.rb')
-rw-r--r--Library/Formula/dvdauthor.rb5
1 files changed, 3 insertions, 2 deletions
diff --git a/Library/Formula/dvdauthor.rb b/Library/Formula/dvdauthor.rb
index 0e830b3c8..3df482314 100644
--- a/Library/Formula/dvdauthor.rb
+++ b/Library/Formula/dvdauthor.rb
@@ -4,14 +4,15 @@ class Dvdauthor < Formula
homepage 'http://dvdauthor.sourceforge.net/'
url 'https://downloads.sourceforge.net/project/dvdauthor/dvdauthor/0.7.1/dvdauthor-0.7.1.tar.gz'
sha1 'a9636d165bf546e3e2b25b7397c33dbfa2895e6a'
+ revision 1
# Dvdauthor will optionally detect ImageMagick or GraphicsMagick, too.
# But we don't add either as deps because they are big.
depends_on 'pkg-config' => :build
depends_on 'libdvdread'
- depends_on :freetype
- depends_on :libpng
+ depends_on 'freetype'
+ depends_on 'libpng'
def install
system "./configure", "--disable-dependency-tracking",