diff options
| author | Adriaan de Groot <adridg@FreeBSD.org> | 2018-04-08 21:32:09 +0000 |
|---|---|---|
| committer | Adriaan de Groot <adridg@FreeBSD.org> | 2018-04-08 21:32:09 +0000 |
| commit | f78253e28ce17f60bb695c7875f1542917a9ead7 (patch) | |
| tree | dae8bd8a4d744927dee74133974e11d9635c9c9b /x11-toolkits/qt5-gui/Makefile | |
| parent | e367d02af35a562b9efa4a0c0bc681ed3e7fdd02 (diff) | |
Avoid BGR visuals with Qt5 on i915 (well, all) platforms. Explanation
is in the patch and PR.
PR: 223638
Submitted by: Bengt Ahlgren
Reported by: Jason W Bacon
Reviewed by: Philipp Engel
Approved by: tcberner (mentor, implicit)
Notes
svn path=/head/; revision=466833
Diffstat (limited to 'x11-toolkits/qt5-gui/Makefile')
| -rw-r--r-- | x11-toolkits/qt5-gui/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-toolkits/qt5-gui/Makefile b/x11-toolkits/qt5-gui/Makefile index aaf2e527362e..7d00383bf930 100644 --- a/x11-toolkits/qt5-gui/Makefile +++ b/x11-toolkits/qt5-gui/Makefile @@ -2,7 +2,7 @@ PORTNAME= gui DISTVERSION= ${QT5_VERSION} -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= x11-toolkits graphics PKGNAMEPREFIX= qt5- |
