From 6fe5459c30dc7374bea1b998a7d2f8e32d60b446 Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Fri, 20 Sep 2013 10:15:54 -0500 Subject: ghostscript: use spec deps --- Library/Formula/ghostscript.rb | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'Library/Formula/ghostscript.rb') diff --git a/Library/Formula/ghostscript.rb b/Library/Formula/ghostscript.rb index 27d7fddd2..10731cc71 100644 --- a/Library/Formula/ghostscript.rb +++ b/Library/Formula/ghostscript.rb @@ -11,6 +11,9 @@ class Ghostscript < Formula resource 'djvu' do url 'git://git.code.sf.net/p/djvu/gsdjvu-git' end + + depends_on :automake + depends_on :libtool end option 'with-djvu', 'Build drivers for DjVU file format' @@ -18,11 +21,6 @@ class Ghostscript < Formula # TODO - figure out why this is needed env :std if build.with? 'djvu' - if build.head? - depends_on :automake - depends_on :libtool - end - depends_on 'pkg-config' => :build depends_on 'jpeg' depends_on 'libtiff' -- cgit v1.2.3