aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorJack Nagel2013-03-11 23:40:02 -0500
committerJack Nagel2013-03-11 23:40:03 -0500
commit17d863112744e0d8abd426ede2a5881b7d9a1bcb (patch)
tree20e5b17535d078424bc2b98844f1c10d891a07b0 /Library/Formula
parentac22d6ccbfbfe447fc19073874d7c29903dfd48f (diff)
downloadhomebrew-17d863112744e0d8abd426ede2a5881b7d9a1bcb.tar.bz2
srecord: depends on ghostscript
Fixes #18415.
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/srecord.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/Library/Formula/srecord.rb b/Library/Formula/srecord.rb
index d356a2621..30657cf9b 100644
--- a/Library/Formula/srecord.rb
+++ b/Library/Formula/srecord.rb
@@ -8,6 +8,7 @@ class Srecord < Formula
depends_on :libtool
depends_on 'boost'
depends_on 'libgcrypt'
+ depends_on 'ghostscript'
def install
system "./configure", "--prefix=#{prefix}", "LIBTOOL=glibtool"