diff options
author | Tobias C. Berner <tcberner@FreeBSD.org> | 2018-12-16 14:49:16 +0000 |
---|---|---|
committer | Tobias C. Berner <tcberner@FreeBSD.org> | 2018-12-16 14:49:16 +0000 |
commit | ea792330aae305de936d512889687975b4ed54f8 (patch) | |
tree | 2b231d528e66a11feb68225205543979636e6a63 /editors/tea | |
parent | 243026d1e9c3910bdb786aa4c8b9d8b84c7a575b (diff) | |
download | freebsd-ports-ea792330aae305de936d512889687975b4ed54f8.zip |
Update Qt5 to 5.12.0
http://blog.qt.io/blog/2018/12/06/qt-5-12-lts-released/
- This breaks support for libressl again. Patches are welcome.
PR: 233705
Exp-run by: antoine
Diffstat (limited to 'editors/tea')
-rw-r--r-- | editors/tea/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/tea/Makefile b/editors/tea/Makefile index 7c35ee9d1672..ab1bf0b9aed2 100644 --- a/editors/tea/Makefile +++ b/editors/tea/Makefile @@ -10,7 +10,7 @@ COMMENT= Simple and powerful Qt-based text editor LICENSE= GPLv3 -USES= compiler:c++11-lang gl pkgconfig:build qmake qt:5 +USES= compiler:c++11-lang gl gmake pkgconfig:build qmake qt:5 OPTIONS_DEFINE= DOCS OPTIONS_GROUP= SPELL |