Commit 1b4c8209 authored by Damian Montero's avatar Damian Montero Committed by GitHub

Merge pull request #619 from uberhacker/add-attr-package-dependency

Need gettext to compile attr
parents 63b4740d b33f8f83
......@@ -5,6 +5,8 @@ class Attr < Package
source_url 'http://download.savannah.gnu.org/releases/attr/attr-2.4.47.src.tar.gz'
source_sha1 '5060f0062baee6439f41a433325b8b3671f8d2d8'
depends_on 'gettext'
def self.build
system "./configure --prefix=/usr/local --disable-static"
system "make"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment