unnethack: remove options

This commit is contained in:
FX Coudert 2018-11-01 22:41:03 +01:00
parent 0d6546b796
commit c4a278c7c1

View file

@ -13,9 +13,6 @@ class Unnethack < Formula
sha256 "a6345197d1067ce08e9220bd74701355d19add9c251794b3f12210cded3dce46" => :yosemite
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
skip_clean "var/unnethack/level"
@ -35,9 +32,6 @@ class Unnethack < Formula
"--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
ENV.deparallelize # Race condition in make