unnethack: remove options
This commit is contained in:
parent
0d6546b796
commit
c4a278c7c1
1 changed files with 0 additions and 6 deletions
|
@ -13,9 +13,6 @@ class Unnethack < Formula
|
||||||
sha256 "a6345197d1067ce08e9220bd74701355d19add9c251794b3f12210cded3dce46" => :yosemite
|
sha256 "a6345197d1067ce08e9220bd74701355d19add9c251794b3f12210cded3dce46" => :yosemite
|
||||||
end
|
end
|
||||||
|
|
||||||
option "with-lisp-graphics", "Enable lisp graphics (play in Emacs)"
|
|
||||||
option "with-curses-graphics", "Enable curses graphics (play with fanciness)"
|
|
||||||
|
|
||||||
# directory for temporary level data of running games
|
# directory for temporary level data of running games
|
||||||
skip_clean "var/unnethack/level"
|
skip_clean "var/unnethack/level"
|
||||||
|
|
||||||
|
@ -35,9 +32,6 @@ class Unnethack < Formula
|
||||||
"--enable-wizmode=#{`id -un`}",
|
"--enable-wizmode=#{`id -un`}",
|
||||||
]
|
]
|
||||||
|
|
||||||
args << "--enable-lisp-graphics" if build.with? "lisp-graphics"
|
|
||||||
args << "--enable-curses-graphics" if build.with? "curses-graphics"
|
|
||||||
|
|
||||||
system "./configure", *args
|
system "./configure", *args
|
||||||
ENV.deparallelize # Race condition in make
|
ENV.deparallelize # Race condition in make
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue