diff options
| author | Jack Nagel | 2013-03-11 23:40:02 -0500 |
|---|---|---|
| committer | Jack Nagel | 2013-03-11 23:40:03 -0500 |
| commit | 17d863112744e0d8abd426ede2a5881b7d9a1bcb (patch) | |
| tree | 20e5b17535d078424bc2b98844f1c10d891a07b0 /Library | |
| parent | ac22d6ccbfbfe447fc19073874d7c29903dfd48f (diff) | |
| download | homebrew-17d863112744e0d8abd426ede2a5881b7d9a1bcb.tar.bz2 | |
srecord: depends on ghostscript
Fixes #18415.
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/srecord.rb | 1 |
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" |
