From 5bb6e4c894c82ded95938c7ab2b474adad98f2fe Mon Sep 17 00:00:00 2001 From: "Tobias C. Berner" Date: Sun, 7 Jan 2018 10:08:22 +0000 Subject: x11-toolkits/qt5-gui, fix build with clang 6 PR: 224945 Submitted by: jbeich Reported by: jbeich --- x11-toolkits/qt5-gui/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'x11-toolkits') diff --git a/x11-toolkits/qt5-gui/Makefile b/x11-toolkits/qt5-gui/Makefile index 4a587942d8e3..135b391cf9b3 100644 --- a/x11-toolkits/qt5-gui/Makefile +++ b/x11-toolkits/qt5-gui/Makefile @@ -2,6 +2,7 @@ PORTNAME= gui DISTVERSION= ${QT5_VERSION} +PORTREVISION= 1 CATEGORIES= x11-toolkits graphics PKGNAMEPREFIX= qt5- @@ -22,7 +23,7 @@ LIB_DEPENDS= libdbus-1.so:devel/dbus \ libxkbcommon.so:x11/libxkbcommon RUN_DEPENDS= xdg-open:devel/xdg-utils -USES= jpeg +USES= jpeg localbase USE_GL= gl egl USE_GNOME= glib20 USE_QT5= core dbus network qmake_build buildtools_build -- cgit