diff options
author | tcberner <tcberner@FreeBSD.org> | 2018-12-16 22:49:16 +0800 |
---|---|---|
committer | tcberner <tcberner@FreeBSD.org> | 2018-12-16 22:49:16 +0800 |
commit | 708ef12cd5236d49b29d3dd8ae22b9215776ef4b (patch) | |
tree | 2b231d528e66a11feb68225205543979636e6a63 /x11/cool-retro-term | |
parent | 864f4a9d4fbf245c1d445a964b5f7b9db750028b (diff) | |
download | freebsd-ports-gnome-708ef12cd5236d49b29d3dd8ae22b9215776ef4b.tar.gz freebsd-ports-gnome-708ef12cd5236d49b29d3dd8ae22b9215776ef4b.tar.zst freebsd-ports-gnome-708ef12cd5236d49b29d3dd8ae22b9215776ef4b.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 'x11/cool-retro-term')
-rw-r--r-- | x11/cool-retro-term/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11/cool-retro-term/Makefile b/x11/cool-retro-term/Makefile index 3a5180bfebbf..e2f69aadab4b 100644 --- a/x11/cool-retro-term/Makefile +++ b/x11/cool-retro-term/Makefile @@ -17,7 +17,7 @@ GH_ACCOUNT= Swordfish90 GH_PROJECT= qmltermwidget:qtw GH_TAGNAME= v0.1.0:qtw -USES= desktop-file-utils qmake qt:5 +USES= gmake desktop-file-utils qmake qt:5 USE_QT= qmake_build buildtools_build core declarative gui widgets \ graphicaleffects_run quickcontrols_run |