libpng: add head
Closes Homebrew/homebrew#42118. Signed-off-by: Alex Dunn <dunn.alex@gmail.com>
This commit is contained in:
parent
da0e767ff0
commit
089df229f4
1 changed files with 8 additions and 0 deletions
|
@ -14,6 +14,14 @@ class Libpng < Formula
|
|||
|
||||
keg_only :provided_pre_mountain_lion
|
||||
|
||||
head do
|
||||
url "https://github.com/glennrp/libpng.git"
|
||||
|
||||
depends_on "autoconf" => :build
|
||||
depends_on "automake" => :build
|
||||
depends_on "libtool" => :build
|
||||
end
|
||||
|
||||
option :universal
|
||||
|
||||
def install
|
||||
|
|
Loading…
Reference in a new issue