aboutsummaryrefslogtreecommitdiffstats
path: root/Mk/bsd.qt.mk
diff options
context:
space:
mode:
authorrakuco <rakuco@FreeBSD.org>2017-08-17 20:21:41 +0800
committerrakuco <rakuco@FreeBSD.org>2017-08-17 20:21:41 +0800
commitd48169d26ce481b9fb8bdfad5f37c97ab875ae02 (patch)
treec15ac28543be529498eba939846ce0acdd16ecec /Mk/bsd.qt.mk
parentc02bbfa807760b27fbd9c83e13de616cf48a470f (diff)
downloadfreebsd-ports-graphics-d48169d26ce481b9fb8bdfad5f37c97ab875ae02.tar.gz
freebsd-ports-graphics-d48169d26ce481b9fb8bdfad5f37c97ab875ae02.tar.zst
freebsd-ports-graphics-d48169d26ce481b9fb8bdfad5f37c97ab875ae02.zip
bsd.qt.mk: Remove qt5-webkit from devel/qt5/distinfo.
Since r422306, we use a separate distinfo file for www/qt5-webkit because it is no longer part of official Qt5 releases. However, we forgot to remove it from QT_DIST in bsd.qt.mk, which means `make makesum' from other Qt5 ports was trying to fetch qt5-webkit from the wrong location. Reviewed by: tcberner
Diffstat (limited to 'Mk/bsd.qt.mk')
-rw-r--r--Mk/bsd.qt.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/Mk/bsd.qt.mk b/Mk/bsd.qt.mk
index a9c2c9f2968..978b8d049bd 100644
--- a/Mk/bsd.qt.mk
+++ b/Mk/bsd.qt.mk
@@ -92,7 +92,7 @@ QT_DIST= 3d base canvas3d charts connectivity datavis3d declarative \
declarative-render2d gamepad graphicaleffects imageformats \
location multimedia quickcontrols quickcontrols2 script scxml \
sensors serialbus serialport svg tools translations \
- virtualkeyboard wayland webchannel webkit websockets x11extras \
+ virtualkeyboard wayland webchannel websockets x11extras \
xmlpatterns
. endif
. endif