diff options
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/aplus.rb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Library/Formula/aplus.rb b/Library/Formula/aplus.rb index b338cb2ee..919b3ce25 100644 --- a/Library/Formula/aplus.rb +++ b/Library/Formula/aplus.rb @@ -6,14 +6,14 @@ class Aplus < Formula mirror 'http://ftp.us.debian.org/debian/pool/main/a/aplus-fsf/aplus-fsf_4.22.1.orig.tar.gz' sha1 'e757cc7654cf35dba15a6a5d6cac5320146558fc' + depends_on :automake + depends_on :libtool + # Fix the missing CoreServices include (via Fink version of aplus) def patches DATA end - depends_on :automake - depends_on :libtool - def install # replace placeholder w/ actual prefix ["src/lisp.0/aplus.el", "src/lisp.1/aplus.el"].each do |path| |
