aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/libsass.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/Library/Formula/libsass.rb b/Library/Formula/libsass.rb
index 6619785ee..76fa8edea 100644
--- a/Library/Formula/libsass.rb
+++ b/Library/Formula/libsass.rb
@@ -4,6 +4,7 @@ class Libsass < Formula
homepage "https://github.com/sass/libsass"
url "https://github.com/sass/libsass/archive/3.0.2.tar.gz"
sha1 "415e4377ec73fcf0bd7af949d65f7ca730be1e5c"
+ head "https://github.com/sass/libsass.git"
bottle do
cellar :any
@@ -19,6 +20,7 @@ class Libsass < Formula
def install
ENV.cxx11
+ ENV["LIBSASS_VERSION"] = "HEAD" if build.head?
system "autoreconf", "-fvi"
system "./configure", "--prefix=#{prefix}", "--disable-silent-rules",
"--disable-dependency-tracking"