summaryrefslogtreecommitdiff
path: root/x11/qt4-libs
diff options
context:
space:
mode:
authornros <nros@pkgsrc.org>2019-09-19 20:26:53 +0000
committernros <nros@pkgsrc.org>2019-09-19 20:26:53 +0000
commitaff82a0ddc2629b13f58f38d890c10459f6a1244 (patch)
treec2a79698356a98df3cd083f0ce762419dc8ed1d0 /x11/qt4-libs
parentb9b654f9d116f759d40a640f6b8f29201da509dd (diff)
downloadpkgsrc-aff82a0ddc2629b13f58f38d890c10459f6a1244.tar.gz
fix qt4 master site
Diffstat (limited to 'x11/qt4-libs')
-rw-r--r--x11/qt4-libs/Makefile.common4
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/qt4-libs/Makefile.common b/x11/qt4-libs/Makefile.common
index 65a6aa7f32f..a827458c2ba 100644
--- a/x11/qt4-libs/Makefile.common
+++ b/x11/qt4-libs/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.47 2018/01/25 13:31:51 jperkin Exp $
+# $NetBSD: Makefile.common,v 1.48 2019/09/19 20:26:53 nros Exp $
# used by x11/qt4-docs/Makefile
# used by x11/qt4-libs/Makefile
# used by x11/qt4-mng/Makefile
@@ -10,7 +10,7 @@
DISTNAME= qt-everywhere-opensource-src-${QTVERSION}
CATEGORIES= x11
-MASTER_SITES= http://download.qt-project.org/official_releases/qt/${QTVERSION:R}/${QTVERSION}/
+MASTER_SITES= http://download.qt.io/archive/qt/${QTVERSION:R}/${QTVERSION}/
EXTRACT_USING= bsdtar
.include "../../x11/qt4/Makefile.common"