diff options
author | amet <amet.nospam@gmail.com> | 2013-02-09 23:40:29 +0400 |
---|---|---|
committer | amet <amet.nospam@gmail.com> | 2013-02-09 23:40:29 +0400 |
commit | 02f4688269bf0f59abe51715efdea3ed0a988b84 (patch) | |
tree | 145e476e7879dca4ef50351562923cf064b69421 | |
parent | 3cfc1c8e2896a537d6c4c1ecd815d4cb6e6a76e6 (diff) |
[darwin] use our mirrors for libtiff tarball
-rw-r--r-- | tools/darwin/depends/tiff/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/darwin/depends/tiff/Makefile b/tools/darwin/depends/tiff/Makefile index 774d1fa491..fb3dc59cda 100644 --- a/tools/darwin/depends/tiff/Makefile +++ b/tools/darwin/depends/tiff/Makefile @@ -5,7 +5,6 @@ LIBNAME=tiff VERSION=3.9.7 SOURCE=$(LIBNAME)-$(VERSION) ARCHIVE=$(SOURCE).tar.gz -BASE_URL=http://download.osgeo.org/libtiff # configuration settings CONFIGURE=./configure --prefix=$(PREFIX) \ |