libport: Fix download location of Mesa

Fixes #839
This commit is contained in:
Ivan Loskutov 2013-08-15 21:49:52 +04:00 committed by Norman Feske
parent eeacc5a297
commit 0553490c9c
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ MESA_VERSION = 7.8.1
MESA = MesaLib-$(MESA_VERSION)
MESA_DIR = Mesa-$(MESA_VERSION)
MESA_TGZ = $(MESA).tar.gz
MESA_URL = ftp://ftp.freedesktop.org/pub/mesa/7.8.1/$(MESA_TGZ)
MESA_URL = ftp://ftp.freedesktop.org/pub/mesa/older-versions/7.x/7.8.1/$(MESA_TGZ)
#
# Interface to top-level prepare Makefile