diff options
author | tcberner <tcberner@FreeBSD.org> | 2018-01-07 18:08:22 +0800 |
---|---|---|
committer | Koop Mast <kwm@rainbow-runner.nl> | 2018-02-04 06:20:03 +0800 |
commit | c7efb905b70a8c7f9dfcde00502f4f7e4d799f50 (patch) | |
tree | b36a27f6d810e06afa91968f50211573a84a432d /x11-toolkits/qt5-gui | |
parent | 4aeb6638bfd045e420d15695fcc91da9cabad404 (diff) | |
download | freebsd-ports-gnome-c7efb905b70a8c7f9dfcde00502f4f7e4d799f50.tar.gz freebsd-ports-gnome-c7efb905b70a8c7f9dfcde00502f4f7e4d799f50.tar.zst freebsd-ports-gnome-c7efb905b70a8c7f9dfcde00502f4f7e4d799f50.zip |
x11-toolkits/qt5-gui, fix build with clang 6
PR: 224945
Submitted by: jbeich
Reported by: jbeich
Diffstat (limited to 'x11-toolkits/qt5-gui')
-rw-r--r-- | x11-toolkits/qt5-gui/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
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 |