diff options
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/aplus.rb | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Library/Formula/aplus.rb b/Library/Formula/aplus.rb index fc6042a4c..69e00544c 100644 --- a/Library/Formula/aplus.rb +++ b/Library/Formula/aplus.rb @@ -6,6 +6,8 @@ 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 :x11 + # Fix the missing CoreServices include (via Fink version of aplus) # Fix C++ syntax errors for clang patch :DATA @@ -17,8 +19,7 @@ class Aplus < Formula inreplace path, "/usr/local/aplus-fsf-4.20", prefix end - system "./configure", "--disable-dependency-tracking", "--prefix=#{prefix}", - "--without-x" + system "./configure", "--disable-dependency-tracking", "--prefix=#{prefix}" system "make" ENV.j1 # make install breaks with -j option system "make", "install" |
