aboutsummaryrefslogtreecommitdiff
path: root/comms/qt5-serialport
diff options
context:
space:
mode:
authorTobias C. Berner <tcberner@FreeBSD.org>2018-12-16 14:49:16 +0000
committerTobias C. Berner <tcberner@FreeBSD.org>2018-12-16 14:49:16 +0000
commitea792330aae305de936d512889687975b4ed54f8 (patch)
tree2b231d528e66a11feb68225205543979636e6a63 /comms/qt5-serialport
parent243026d1e9c3910bdb786aa4c8b9d8b84c7a575b (diff)
downloadports-ea792330aae305de936d512889687975b4ed54f8.tar.gz
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
Notes
Notes: svn path=/head/; revision=487594
Diffstat (limited to 'comms/qt5-serialport')
-rw-r--r--comms/qt5-serialport/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/comms/qt5-serialport/Makefile b/comms/qt5-serialport/Makefile
index 49db3cede202..cfdf7d911559 100644
--- a/comms/qt5-serialport/Makefile
+++ b/comms/qt5-serialport/Makefile
@@ -9,8 +9,8 @@ PKGNAMEPREFIX= qt5-
MAINTAINER= kde@FreeBSD.org
COMMENT= Qt functions to access serial ports
-USE_QT= core buildtools_build
USES= compiler:c++11-lang libtool qmake qt-dist:5,serialport
+USE_QT= core buildtools_build
USE_LDCONFIG= ${PREFIX}/${QT_LIBDIR_REL}
.include <bsd.port.mk>