------------------------------------------------------------ revno: 772 committer: Brian Gough <[email protected]> branch nick: trunk timestamp: Fri 2011-09-02 15:08:17 +0100 message: fix libpng url modified: deps/libpng/Makefile
=== modified file 'deps/libpng/Makefile' --- a/deps/libpng/Makefile 2010-07-14 21:00:55 +0000 +++ b/deps/libpng/Makefile 2011-09-02 14:08:17 +0000 @@ -2,7 +2,7 @@ GARVERSION = 1.4.3 MASTER_SITES = ftp://ftp.simplesystems.org/ -MASTER_SUBDIR = pub/libpng/png/src/ +MASTER_SUBDIR = pub/libpng/png/src/history/ DISTFILES = $(DISTNAME).tar.gz CHECKSUM_FILE = md5sums
