Date: Thu, 3 Sep 2015 21:57:14 +0000 (UTC) From: Max Brazhnikov <makc@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r396045 - head/devel/qt5 Message-ID: <201509032157.t83LvErt076979@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201509032157.t83LvErt076979>