aalib: ensure build doesn't use X11

This commit is contained in:
Misty De Meo 2013-04-05 11:56:21 -05:00
parent 7ace000a1b
commit 4d0acfb559

View file

@ -17,7 +17,8 @@ class Aalib < Formula
"--mandir=#{man}",
"--infodir=#{info}",
"--enable-shared=yes",
"--enable-static=yes"
"--enable-static=yes",
"--without-x"
system "make install"
end
end