changeset 1517:8aeb650b7ab7

provide alternative download location for OpenSceneGraph in case the main site is down
author Volker Grabsch <vog@notjusthosting.com>
date Sun, 19 Dec 2010 11:22:18 +0100
parents 8892f565e4a7
children 223dfd0660bc
files src/openscenegraph.mk
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/openscenegraph.mk	Sat Dec 18 09:56:24 2010 +0100
+++ b/src/openscenegraph.mk	Sun Dec 19 11:22:18 2010 +0100
@@ -10,6 +10,7 @@
 $(PKG)_FILE     := OpenSceneGraph-$($(PKG)_VERSION).zip
 $(PKG)_WEBSITE  := http://www.openscenegraph.org/
 $(PKG)_URL      := http://www.openscenegraph.org/downloads/stable_releases/OpenSceneGraph-$($(PKG)_VERSION)/source/$($(PKG)_FILE)
+$(PKG)_URL_2    := http://distfiles.macports.org/OpenSceneGraph/$($(PKG)_FILE)
 $(PKG)_DEPS     := gcc curl ffmpeg freetype gdal giflib jasper jpeg libpng openexr tiff xine-lib zlib
 
 define $(PKG)_UPDATE