aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2014-01-05 01:35:53 +0800
committerbapt <bapt@FreeBSD.org>2014-01-05 01:35:53 +0800
commit1710005cdbd1eacb709b84a877340ecbdaae9ff3 (patch)
treeb252e4462c99f7c426ff26d93158ea5da5e87bfb
parent47df673acf8ba409bd28d9be01702277e8bd5b2b (diff)
downloadfreebsd-ports-gnome-1710005cdbd1eacb709b84a877340ecbdaae9ff3.tar.gz
freebsd-ports-gnome-1710005cdbd1eacb709b84a877340ecbdaae9ff3.tar.zst
freebsd-ports-gnome-1710005cdbd1eacb709b84a877340ecbdaae9ff3.zip
Add a mirror to avoid failing on clusters
-rw-r--r--graphics/libGL/bsd.mesalib.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/libGL/bsd.mesalib.mk b/graphics/libGL/bsd.mesalib.mk
index 2be2113a67bd..ca37f372afb8 100644
--- a/graphics/libGL/bsd.mesalib.mk
+++ b/graphics/libGL/bsd.mesalib.mk
@@ -27,7 +27,8 @@ MESASUBVERSION=
PLIST_SUB+= OLD="" NEW="@comment "
.endif
-MASTER_SITES= ftp://ftp.freedesktop.org/pub/mesa/${MESABASEVERSION}/
+MASTER_SITES= ftp://ftp.freedesktop.org/pub/mesa/${MESABASEVERSION}/ \
+ http://files.etoilebsd.net/mesa/
DISTFILES= MesaLib-${MESADISTVERSION}${EXTRACT_SUFX}
MAINTAINER= x11@FreeBSD.org