diff options
author | abs <abs@pkgsrc.org> | 2009-07-10 19:30:15 +0000 |
---|---|---|
committer | abs <abs@pkgsrc.org> | 2009-07-10 19:30:15 +0000 |
commit | 178919795732c88cd8849e6357343ea1a607a021 (patch) | |
tree | 1353322a37addb9c24db23f08bb37c304f972f8b /x11 | |
parent | c84f32a67c9ed704fe1d9fda2f4583b46de00244 (diff) | |
download | pkgsrc-178919795732c88cd8849e6357343ea1a607a021.tar.gz |
Add http://get.qtsoftware.com/qt/source/ as a preferred MASTER_SITE
Suggested by Louis Guillaume
Diffstat (limited to 'x11')
-rw-r--r-- | x11/qt4-libs/Makefile.common | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/x11/qt4-libs/Makefile.common b/x11/qt4-libs/Makefile.common index 83313b7fd23..d1085b9f0e1 100644 --- a/x11/qt4-libs/Makefile.common +++ b/x11/qt4-libs/Makefile.common @@ -1,9 +1,10 @@ -# $NetBSD: Makefile.common,v 1.13 2009/06/13 11:55:51 hasso Exp $ +# $NetBSD: Makefile.common,v 1.14 2009/07/10 19:30:15 abs Exp $ # used by x11/qt4-libs/Makefile DISTNAME= qt-x11-opensource-src-${QTVERSION} CATEGORIES= x11 -MASTER_SITES= ftp://ftp.qtsoftware.com/qt/source/ +MASTER_SITES= http://get.qtsoftware.com/qt/source/ \ + ftp://ftp.qtsoftware.com/qt/source/ EXTRACT_SUFX= .tar.bz2 .include "../../x11/qt4/Makefile.common" |