libpng depends on zlib.
This commit is contained in:
parent
ef5c973c93
commit
a364ab0d0f
1 changed files with 2 additions and 0 deletions
|
@ -9,6 +9,8 @@ class Libpng(Package):
|
||||||
version('1.6.15', '829a256f3de9307731d4f52dc071916d')
|
version('1.6.15', '829a256f3de9307731d4f52dc071916d')
|
||||||
version('1.6.14', '2101b3de1d5f348925990f9aa8405660')
|
version('1.6.14', '2101b3de1d5f348925990f9aa8405660')
|
||||||
|
|
||||||
|
depends_on('zlib')
|
||||||
|
|
||||||
def install(self, spec, prefix):
|
def install(self, spec, prefix):
|
||||||
configure("--prefix=%s" % prefix)
|
configure("--prefix=%s" % prefix)
|
||||||
make()
|
make()
|
||||||
|
|
Loading…
Reference in a new issue