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/qt5-qev | |
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/qt5-qev')
-rw-r--r-- | x11/qt5-qev/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11/qt5-qev/Makefile b/x11/qt5-qev/Makefile index 0e7187939e87..6033bd649e23 100644 --- a/x11/qt5-qev/Makefile +++ b/x11/qt5-qev/Makefile @@ -9,8 +9,8 @@ PKGNAMEPREFIX= qt5- MAINTAINER= kde@FreeBSD.org COMMENT= Qt QWidget events introspection tool -USE_QT= core widgets USES= compiler:c++11-lang qmake qt-dist:5,tools +USE_QT= core widgets WRKSRC_SUBDIR= src/${PORTNAME} |