aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/aplus.rb
diff options
context:
space:
mode:
authorAdam Vandenberg2013-06-02 11:11:42 -0700
committerAdam Vandenberg2013-06-02 11:11:42 -0700
commit1bc90b74f752edcf4d1cdba082a00828ab630bc2 (patch)
tree6264c45acdc2f642fa84e46bd1602092343e5295 /Library/Formula/aplus.rb
parentc4ac4c8d975f9d2c3cf6c4481930dfb2e3ba64bd (diff)
downloadhomebrew-1bc90b74f752edcf4d1cdba082a00828ab630bc2.tar.bz2
aplus: style nit
Diffstat (limited to 'Library/Formula/aplus.rb')
-rw-r--r--Library/Formula/aplus.rb6
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|