svn commit: r396045 - head/devel/qt5
Max Brazhnikov
makc at FreeBSD.org
Thu Sep 3 21:57:14 UTC 2015
Author: makc
Date: Thu Sep 3 21:57:13 2015
New Revision: 396045
URL: https://svnweb.freebsd.org/changeset/ports/396045
Log:
devel/qt5:
- Add missing dependence on websockets
Reported by: Ralf Nolden <nolden at kde.org> via irc
Modified:
head/devel/qt5/Makefile
Modified: head/devel/qt5/Makefile
==============================================================================
--- head/devel/qt5/Makefile Thu Sep 3 21:56:57 2015 (r396044)
+++ head/devel/qt5/Makefile Thu Sep 3 21:57:13 2015 (r396045)
@@ -2,6 +2,7 @@
PORTNAME= qt5
DISTVERSION= ${QT5_VERSION}
+PORTREVISION= 1
CATEGORIES= devel
MAINTAINER= kde at FreeBSD.org
@@ -11,7 +12,7 @@ USE_QT5= clucene concurrent core dbus de
graphicaleffects gui help imageformats multimedia \
network opengl paths printsupport qml quick quickcontrols \
script scripttools serialport sql svg testlib webchannel \
- webkit widgets x11extras xml xmlpatterns
+ webkit websockets widgets x11extras xml xmlpatterns
USE_QT5:= ${USE_QT5:S/$/_run/}
USES= metaport
More information about the svn-ports-all
mailing list