Skip to content

Commit

Permalink
pioneer: remove lua dependency
Browse files Browse the repository at this point in the history
and use upstream's vendored lua
  • Loading branch information
ilovezfs committed Dec 6, 2017
1 parent 8dea8b8 commit 2c2ebfa
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions Formula/pioneer.rb
Expand Up @@ -3,6 +3,7 @@ class Pioneer < Formula
homepage "https://pioneerspacesim.net/"
url "https://github.com/pioneerspacesim/pioneer/archive/20171001.tar.gz"
sha256 "154118bd3dac2f9b8ea43a837bcb967abcc8c3a8ee5ab61d35183bae85e8b0db"
revision 1
head "https://github.com/pioneerspacesim/pioneer.git"

bottle do
Expand All @@ -21,7 +22,6 @@ class Pioneer < Formula
depends_on "libsigc++"
depends_on "libvorbis"
depends_on "libpng"
depends_on "lua"

needs :cxx11

Expand All @@ -33,8 +33,7 @@ def install
system "./configure", "--disable-dependency-tracking",
"--disable-silent-rules",
"--prefix=#{prefix}",
"--with-version=#{version}",
"--with-external-liblua"
"--with-version=#{version}"
system "make", "install"
end

Expand Down

0 comments on commit 2c2ebfa

Please sign in to comment.