aboutsummaryrefslogtreecommitdiff
path: root/port-files/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'port-files/Makefile')
-rw-r--r--port-files/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/port-files/Makefile b/port-files/Makefile
index 483c49e3..7704e98a 100644
--- a/port-files/Makefile
+++ b/port-files/Makefile
@@ -29,7 +29,7 @@ MAKE_JOBS_UNSAFE=yes
USE_XORG= x11 xcomposite xdamage xrender
USE_XCB= x11extras wm
USE_LDCONFIG= yes
-USE_QT5= corelib gui network svg linguist multimedia imageformats \
+USE_QT5= core gui network svg linguist multimedia imageformats \
buildtools x11extras
USES= qmake tar:bzip2
bgstack15