Commit 54b8bf7e authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Contribs: Make png depend on zlib

parent 0d8e9505
...@@ -13,7 +13,7 @@ png: libpng-$(PNG_VERSION).tar.bz2 .sum-png ...@@ -13,7 +13,7 @@ png: libpng-$(PNG_VERSION).tar.bz2 .sum-png
$(UNPACK) $(UNPACK)
$(MOVE) $(MOVE)
.png: png .png: png .zlib
$(RECONF) $(RECONF)
cd $< && $(HOSTVARS) ./configure $(HOSTCONF) cd $< && $(HOSTVARS) ./configure $(HOSTCONF)
cd $< && $(MAKE) install cd $< && $(MAKE) install
......
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