Skip to content
Snippets Groups Projects
Commit a364ab0d authored by Kelly (KT) Thompson's avatar Kelly (KT) Thompson
Browse files

libpng depends on zlib.

parent ef5c973c
Branches
Tags
No related merge requests found
......@@ -9,6 +9,8 @@ class Libpng(Package):
version('1.6.15', '829a256f3de9307731d4f52dc071916d')
version('1.6.14', '2101b3de1d5f348925990f9aa8405660')
depends_on('zlib')
def install(self, spec, prefix):
configure("--prefix=%s" % prefix)
make()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment