summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordsainty <dsainty@pkgsrc.org>2007-03-19 12:30:46 +0000
committerdsainty <dsainty@pkgsrc.org>2007-03-19 12:30:46 +0000
commitf969c0f045ab7ff0ddfbb9c206bc89038fd340a4 (patch)
tree235a2bea65bc5b5dfbaa032ba860a07b8bd0879d
parent5d1c42b07f1ad7fe454311ae0d0928dc5a336bc3 (diff)
downloadpkgsrc-f969c0f045ab7ff0ddfbb9c206bc89038fd340a4.tar.gz
Add an HTTP mirror, for FTP-less sites.
-rw-r--r--x11/qt3-libs/Makefile.common5
1 files changed, 3 insertions, 2 deletions
diff --git a/x11/qt3-libs/Makefile.common b/x11/qt3-libs/Makefile.common
index f467fca115c..f76d9b1a035 100644
--- a/x11/qt3-libs/Makefile.common
+++ b/x11/qt3-libs/Makefile.common
@@ -1,9 +1,10 @@
-# $NetBSD: Makefile.common,v 1.63 2007/02/22 19:27:27 wiz Exp $
+# $NetBSD: Makefile.common,v 1.64 2007/03/19 12:30:46 dsainty Exp $
DISTNAME= qt-x11-free-${QTVERSION}
CATEGORIES= x11
MASTER_SITES= ftp://ftp.trolltech.com/qt/source/ \
- ftp://ftp.bero.org/pub/qt/source/
+ ftp://ftp.bero.org/pub/qt/source/ \
+ http://ftp.silug.org/mirrors/ftp.trolltech.com/qt/source/
EXTRACT_SUFX= .tar.bz2
.include "../../x11/qt3/Makefile.common"