diff options
author | Tobias C. Berner <tcberner@FreeBSD.org> | 2018-12-26 16:39:24 +0800 |
---|---|---|
committer | Tobias C. Berner <tcberner@FreeBSD.org> | 2018-12-26 16:39:24 +0800 |
commit | 53c4867b31105d43a3f3556fbd9ffdc35745a803 (patch) | |
tree | 6b56763b0575edb29c917ad09d4f59902a05751a /x11-toolkits | |
parent | 64872a37008a70412a82399b0e4106e04e4ca1f4 (diff) | |
download | freebsd-ports-gnome-53c4867b31105d43a3f3556fbd9ffdc35745a803.tar.gz freebsd-ports-gnome-53c4867b31105d43a3f3556fbd9ffdc35745a803.tar.zst freebsd-ports-gnome-53c4867b31105d43a3f3556fbd9ffdc35745a803.zip |
Fix up various kde ports to build on GCC-based architectures
PR: 234390
Submitted by: linimon
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/qt5-uiplugin/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-toolkits/qt5-uiplugin/Makefile b/x11-toolkits/qt5-uiplugin/Makefile index f4b752497d29..f36cb97c4d44 100644 --- a/x11-toolkits/qt5-uiplugin/Makefile +++ b/x11-toolkits/qt5-uiplugin/Makefile @@ -8,7 +8,7 @@ PKGNAMEPREFIX= qt5- MAINTAINER= kde@FreeBSD.org COMMENT= Custom Qt widget plugin interface for Qt Designer -USES= qmake qt-dist:5,tools +USES= compiler:c++17-lang qmake qt-dist:5,tools USE_QT= core gui widgets BUILD_WRKSRC= ${WRKSRC}/src/designer/src/${PORTNAME} |