Index: astro/marble/Makefile =================================================================== --- astro/marble/Makefile (revision 488281) +++ astro/marble/Makefile (working copy) @@ -20,7 +20,7 @@ plasma-framework runner service sonnet textwidgets wallet \ widgetsaddons xmlgui USE_QT= concurrent core dbus declarative designer gui location network opengl \ - phonon4 printsupport script sql svg webchannel webengine widgets xml \ + phonon4 printsupport script sql svg webchannel widgets xml \ buildtools_build qmake_build USE_LDCONFIG= yes @@ -29,8 +29,10 @@ CMAKE_ARGS= -DMOBILE:BOOL=FALSE \ -DQT_IMPORTS_DIR:PATH=${QT_IMPORTDIR} -OPTIONS_DEFINE= GPS DOCS +OPTIONS_DEFINE= GPS DOCS WEBENGINE OPTIONS_DEFAULT=GPS +OPTIONS_DEFAULT_amd64= WEBENGINE +OPTIONS_DEFAULT_i386= WEBENGINE OPTIONS_SUB= yes GPS_DESC= Support for GPS position provider @@ -37,4 +39,7 @@ GPS_LIB_DEPENDS= libgps.so:astro/gpsd GPS_CMAKE_OFF= -DWITH_libgps:BOOL=FALSE +WEBENGINE_DESC= Add dependency on qt5-webengine +WEBENGINE_USE= qt=webengine + .include Index: astro/marble/pkg-plist =================================================================== --- astro/marble/pkg-plist (revision 488281) +++ astro/marble/pkg-plist (working copy) @@ -105,10 +105,12 @@ include/marble/MarbleMath.h include/marble/MarbleModel.h include/marble/MarbleNavigator.h -include/marble/MarbleWebView.h +%%WEBENGINE%%include/marble/MarbleWebView.h include/marble/MarbleWidget.h include/marble/MarbleWidgetInputHandler.h include/marble/MarbleWidgetPopupMenu.h +%%NO_WEBENGINE%%include/marble/NullMarbleWebView.h +%%NO_WEBENGINE%%include/marble/NullTinyWebBrowser.h include/marble/OsmcSymbol.h include/marble/ParseRunnerPlugin.h include/marble/ParsingRunner.h @@ -153,7 +155,7 @@ include/marble/TileCreatorDialog.h include/marble/TileId.h include/marble/TileLevelRangeWidget.h -include/marble/TinyWebBrowser.h +%%WEBENGINE%%include/marble/TinyWebBrowser.h include/marble/TourControlEditWidget.h include/marble/TourItemDelegate.h include/marble/TourPlayback.h @@ -216,12 +218,12 @@ lib/marble/plugins/libNominatimSearchPlugin.so lib/marble/plugins/libNotesPlugin.so lib/marble/plugins/libOSRMPlugin.so -lib/marble/plugins/libOpenDesktopPlugin.so +%%WEBENGINE%%lib/marble/plugins/libOpenDesktopPlugin.so lib/marble/plugins/libOpenLocationCodeSearchPlugin.so lib/marble/plugins/libOpenRouteServicePlugin.so lib/marble/plugins/libOsmPlugin.so lib/marble/plugins/libOverviewMap.so -lib/marble/plugins/libPhoto.so +%%WEBENGINE%%lib/marble/plugins/libPhoto.so lib/marble/plugins/libPn2Plugin.so lib/marble/plugins/libPntPlugin.so lib/marble/plugins/libPositionMarker.so @@ -234,8 +236,8 @@ lib/marble/plugins/libSpeedometer.so lib/marble/plugins/libStarsPlugin.so lib/marble/plugins/libSunPlugin.so -lib/marble/plugins/libWeather.so -lib/marble/plugins/libWikipedia.so +%%WEBENGINE%%lib/marble/plugins/libWeather.so +%%WEBENGINE%%lib/marble/plugins/libWikipedia.so lib/marble/plugins/libYoursPlugin.so lib/plugins/designer/libLatLonEditPlugin.so lib/plugins/designer/libMarbleNavigatorPlugin.so Index: databases/kbibtex/Makefile =================================================================== --- databases/kbibtex/Makefile (revision 488281) +++ databases/kbibtex/Makefile (working copy) @@ -16,16 +16,23 @@ libpoppler-qt5.so:graphics/poppler-qt5 \ libqoauth-qt5.so:net/qoauth-qt5 -USES= cmake desktop-file-utils gettext iconv kde:5 qt:5 \ - shared-mime-info tar:xz +USES= cmake compiler:c++11-lang desktop-file-utils gettext gnome \ + iconv kde:5 qt:5 shared-mime-info tar:xz USE_GNOME= libxml2 libxslt USE_KDE= auth bookmarks codecs completion config configwidgets \ coreaddons crash ecm i18n iconthemes itemviews jobwidgets \ kio parts service solid sonnet textwidgets wallet \ widgetsaddons xmlgui -USE_QT= concurrent core dbus declarative gui location network printsupport \ - webchannel webengine widgets xml xmlpatterns \ +USE_QT= concurrent core dbus declarative gui location network \ + printsupport webchannel widgets xml xmlpatterns \ buildtools_build qmake_build USE_LDCONFIG= yes +OPTIONS_DEFINE= WEBENGINE +OPTIONS_DEFAULT_amd64= WEBENGINE +OPTIONS_DEFAULT_i386= WEBENGINE + +WEBENGINE_DESC= Add dependency on qt5-webengine +WEBENGINE_USE= qt=webengine + .include Index: graphics/qt5-wayland/Makefile =================================================================== --- graphics/qt5-wayland/Makefile (revision 488281) +++ graphics/qt5-wayland/Makefile (working copy) @@ -13,7 +13,8 @@ libwayland-egl.so:graphics/wayland \ libxkbcommon.so:x11/libxkbcommon -USES= pkgconfig qmake:norecursive qt-dist:5,wayland +USES= compiler:c++11-lang gl gnome pkgconfig qmake:norecursive \ + qt-dist:5,wayland USE_GL= egl gl USE_GNOME= glib20 USE_QT= core dbus gui declarative \ Index: irc/kvirc/Makefile =================================================================== --- irc/kvirc/Makefile (revision 488281) +++ irc/kvirc/Makefile (working copy) @@ -11,8 +11,8 @@ LIB_DEPENDS= libaudiofile.so:audio/libaudiofile \ libenchant.so:textproc/enchant -USES= cmake cpe desktop-file-utils gettext gnome kde:5 perl5 \ - pkgconfig python qt:5 ssl tar:bzip2 +USES= cmake compiler:c++11-lang cpe desktop-file-utils gettext gnome \ + kde:5 perl5 pkgconfig python qt:5 ssl tar:bzip2 USE_GNOME= glib20 USE_PERL5= build USE_KDE= auth codecs config configwidgets coreaddons i18n notifications \ Index: multimedia/mlt/Makefile =================================================================== --- multimedia/mlt/Makefile (revision 488281) +++ multimedia/mlt/Makefile (working copy) @@ -12,7 +12,8 @@ LICENSE?= GPLv2 GPLv3 LGPL21 LICENSE_COMB?= multi -USES+= alias eigen:3 gmake localbase pkgconfig +USES+= alias compiler:c++11-lang eigen:3 gl gmake gnome localbase \ + pkgconfig GNU_CONFIGURE= yes CONFIGURE_ARGS+=--enable-gpl --enable-gpl3 --target-os=FreeBSD USE_GITHUB= yes Index: multimedia/phonon-designerplugin/Makefile =================================================================== --- multimedia/phonon-designerplugin/Makefile (revision 488281) +++ multimedia/phonon-designerplugin/Makefile (working copy) @@ -28,7 +28,7 @@ qmake_build moc_build rcc_build uic_build PLIST_FILES= ${QT_PLUGINDIR_REL}/designer/libphononwidgets.so . else -USES+= kde:5 qt:5 +USES+= compiler:c++11-lang kde:5 qt:5 USE_KDE= ecm USE_QT= core designer gui phonon4 widgets xml \ buildtools_build qmake_build Index: multimedia/phonon-vlc/Makefile =================================================================== --- multimedia/phonon-vlc/Makefile (revision 488281) +++ multimedia/phonon-vlc/Makefile (working copy) @@ -34,7 +34,7 @@ share/kde4/services/phononbackends/vlc.desktop \ ${QT_PLUGINDIR}/phonon_backend/libphonon_vlc.so . else -USES+= kde:5 qt:5 +USES+= compiler:c++11-lang kde:5 qt:5 USE_KDE= ecm USE_QT= core gui widgets phonon4 \ buildtools_build qmake_build Index: net/akonadi-contacts/Makefile =================================================================== --- net/akonadi-contacts/Makefile (revision 488281) +++ net/akonadi-contacts/Makefile (working copy) @@ -15,12 +15,17 @@ prison service sonnet textwidgets widgetsaddons xmlgui # pim components USE_KDE+= akonadi akonadimime calendarcore contacts mime -USE_QT= dbus core gui network testlib webengine widgets xml \ +USE_QT= dbus core gui network testlib widgets xml \ buildtools_build qmake_build USE_LDCONFIG= yes DESCR= ${.CURDIR:H:H}/deskutils/kdepim/pkg-descr -OPTIONS_DEFINE= DOCS +OPTIONS_DEFINE= DOCS WEBENGINE +OPTIONS_DEFAULT_amd64= WEBENGINE +OPTIONS_DEFAULT_i386= WEBENGINE +WEBENGINE_DESC= Add dependency on qt5-webengine +WEBENGINE_USE= qt=webengine + .include Index: math/kalgebra/Makefile =================================================================== --- math/kalgebra/Makefile (revision 488594) +++ math/kalgebra/Makefile (working copy) @@ -17,9 +17,13 @@ USE_KDE= auth codecs config configwidgets coreaddons doctools ecm i18n \ kio service widgetsaddons xmlgui USE_QT= core dbus declarative gui location network opengl printsupport \ - svg testlib webchannel webengine widgets xml \ + svg testlib webchannel widgets xml \ buildtools_build qmake_build -OPTIONS_DEFINE= DOCS +OPTIONS_DEFINE= DOCS WEBENGINE +OPTIONS_DEFAULT_amd64= WEBENGINE +OPTIONS_DEFAULT_i386= WEBENGINE +WEBENGINE_DESC= Add dependency on qt5-webengine +WEBENGINE_USE= qt=webengine .include Index: audio/cantata/Makefile =================================================================== --- audio/cantata/Makefile (revision 488594) +++ audio/cantata/Makefile (working copy) @@ -12,7 +12,7 @@ LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE -USES= cmake cpe pkgconfig qt:5 shebangfix +USES= cmake compiler:c++11-lang cpe pkgconfig qt:5 shebangfix USE_GITHUB= yes GH_ACCOUNT= CDrummond Index: audio/kwave/Makefile =================================================================== --- audio/kwave/Makefile (revision 488594) +++ audio/kwave/Makefile (working copy) @@ -18,7 +18,7 @@ libsamplerate.so:audio/libsamplerate \ libvorbisenc.so:audio/libvorbis -USES= cmake desktop-file-utils gettext kde:5 \ +USES= cmake compiler:c++11-lang desktop-file-utils gettext kde:5 \ localbase:ldflags pkgconfig qt:5 tar:xz USE_KDE= archive auth bookmarks codecs completion config configwidgets \ coreaddons crash dbusaddons ecm i18n iconthemes itemviews \ Index: deskutils/kfind/Makefile =================================================================== --- deskutils/kfind/Makefile (revision 488594) +++ deskutils/kfind/Makefile (working copy) @@ -7,7 +7,7 @@ MAINTAINER= kde@FreeBSD.org COMMENT= Find files and folders -USES= cmake gettext kde:5 qt:5 tar:xz +USES= cmake compiler:c++11-lang gettext kde:5 qt:5 tar:xz USE_KDE= archive auth bookmarks codecs completion config configwidgets \ coreaddons crash ecm filemetadata guiaddons i18n iconthemes itemviews \ jobwidgets kdelibs4support kio notifications parts service \ Index: devel/dolphin-plugins/Makefile =================================================================== --- devel/dolphin-plugins/Makefile (revision 488594) +++ devel/dolphin-plugins/Makefile (working copy) @@ -10,7 +10,7 @@ BUILD_DEPENDS= dolphin:x11-fm/dolphin RUN_DEPENDS= dolphin:x11-fm/dolphin -USES= cmake gettext kde:5 qt:5 tar:xz +USES= cmake compiler:c++11-lang gettext kde:5 qt:5 tar:xz USE_KDE= auth bookmarks codecs completion config configwidgets \ coreaddons crash guiaddons i18n iconthemes itemviews jobwidgets \ kdelibs4support kio notifications parts service solid sonnet \ Index: devel/kdesvn/Makefile =================================================================== --- devel/kdesvn/Makefile (revision 488594) +++ devel/kdesvn/Makefile (working copy) @@ -20,7 +20,7 @@ CONFLICTS_INSTALL= kdesvn-kde4 \ qsvn-[0-9]* -USES= bdb cmake kde:5 qt:5 tar:xz +USES= bdb cmake compiler:c++11-lang kde:5 qt:5 tar:xz USE_KDE= auth bookmarks codecs completion config configwidgets \ coreaddons dbusaddons ecm i18n iconthemes itemviews jobwidgets \ kio notifications parts service sonnet texteditor textwidgets \ Index: editors/kile/Makefile =================================================================== --- editors/kile/Makefile (revision 488594) +++ editors/kile/Makefile (working copy) @@ -14,7 +14,7 @@ LIB_DEPENDS= libpoppler.so:graphics/poppler \ libpoppler-qt5.so:graphics/poppler-qt5 -USES= cmake desktop-file-utils kde:5 \ +USES= cmake compiler:c++11-lang desktop-file-utils kde:5 \ qt:5 shared-mime-info shebangfix USE_KDE= auth bookmarks codecs completion config configwidgets \ coreaddons crash dbusaddons ecm guiaddons i18n iconthemes \ Index: games/kgoldrunner/Makefile =================================================================== --- games/kgoldrunner/Makefile (revision 488594) +++ games/kgoldrunner/Makefile (working copy) @@ -7,7 +7,7 @@ MAINTAINER= kde@FreeBSD.org COMMENT= ${${PORTNAME}_DESC} -USES= cmake kde:5 qt:5 tar:xz +USES= cmake compiler:c++11-lang kde:5 qt:5 tar:xz USE_KDE= auth codecs completion config configwidgets coreaddons \ crash dbusaddons ecm i18n kio libkdegames service \ widgetsaddons xmlgui Index: games/kreversi/Makefile =================================================================== --- games/kreversi/Makefile (revision 488594) +++ games/kreversi/Makefile (working copy) @@ -7,7 +7,7 @@ MAINTAINER= kde@FreeBSD.org COMMENT= ${${PORTNAME}_DESC} -USES= cmake kde:5 qt:5 tar:xz +USES= cmake compiler:c++11-lang kde:5 qt:5 tar:xz USE_KDE= auth bookmarks codecs completion config configwidgets \ coreaddons crash dbusaddons ecm i18n iconthemes itemviews \ jobwidgets kdeclarative kio libkdegames package service \ Index: games/ksnakeduel/Makefile =================================================================== --- games/ksnakeduel/Makefile (revision 488594) +++ games/ksnakeduel/Makefile (working copy) @@ -7,7 +7,7 @@ MAINTAINER= kde@FreeBSD.org COMMENT= ${${PORTNAME}_DESC} -USES= cmake kde:5 qt:5 tar:xz +USES= cmake compiler:c++11-lang kde:5 qt:5 tar:xz USE_KDE= auth codecs completion config configwidgets coreaddons \ crash dbusaddons ecm guiaddons i18n libkdegames \ widgetsaddons xmlgui Index: games/kspaceduel/Makefile =================================================================== --- games/kspaceduel/Makefile (revision 488594) +++ games/kspaceduel/Makefile (working copy) @@ -7,7 +7,7 @@ MAINTAINER= kde@FreeBSD.org COMMENT= ${${PORTNAME}_DESC} -USES= cmake kde:5 qt:5 tar:xz +USES= cmake compiler:c++11-lang kde:5 qt:5 tar:xz USE_KDE= auth codecs completion config configwidgets coreaddons \ crash dbusaddons ecm i18n libkdegames widgetsaddons xmlgui USE_QT= core dbus declarative gui network svg widgets xml \ Index: games/kubrick/Makefile =================================================================== --- games/kubrick/Makefile (revision 488594) +++ games/kubrick/Makefile (working copy) @@ -7,7 +7,7 @@ MAINTAINER= kde@FreeBSD.org COMMENT= ${${PORTNAME}_DESC} -USES= cmake kde:5 qt:5 tar:xz +USES= cmake compiler:c++11-lang kde:5 qt:5 tar:xz USE_GL= gl glu USE_KDE= auth codecs config configwidgets coreaddons crash ecm \ i18n kio libkdegames service widgetsaddons xmlgui Index: games/lskat/Makefile =================================================================== --- games/lskat/Makefile (revision 488594) +++ games/lskat/Makefile (working copy) @@ -7,7 +7,7 @@ MAINTAINER= kde@FreeBSD.org COMMENT= ${${PORTNAME}_DESC} -USES= cmake kde:5 qt:5 tar:xz +USES= cmake compiler:c++11-lang kde:5 qt:5 tar:xz USE_KDE= auth codecs config configwidgets coreaddons crash ecm \ guiaddons i18n libkdegames notifyconfig widgetsaddons xmlgui USE_QT= core dbus declarative gui network svg widgets xml \ Index: graphics/kgraphviewer/Makefile =================================================================== --- graphics/kgraphviewer/Makefile (revision 488594) +++ graphics/kgraphviewer/Makefile (working copy) @@ -14,7 +14,8 @@ LIB_DEPENDS= libgvc.so:graphics/graphviz -USES= cmake desktop-file-utils kde:5 qt:5 tar:xz pkgconfig +USES= cmake compiler:c++11-lang desktop-file-utils kde:5 qt:5 tar:xz \ + pkgconfig USE_KDE= auth codecs completion config configwidgets \ coreaddons i18n iconthemes jobwidgets kio parts service \ sonnet textwidgets widgetsaddons xmlgui \ Index: graphics/kimagemapeditor/Makefile =================================================================== --- graphics/kimagemapeditor/Makefile (revision 488594) +++ graphics/kimagemapeditor/Makefile (working copy) @@ -8,7 +8,7 @@ MAINTAINER= kde@FreeBSD.org COMMENT= KDE generator of HTML image maps -USES= cmake kde:5 qt:5 tar:xz +USES= cmake compiler:c++11-lang kde:5 qt:5 tar:xz USE_KDE= auth bookmarks codecs completion config configwidgets \ coreaddons crash guiaddons i18n iconthemes itemviews \ jobwidgets js kdelibs4support khtml kio notifications \ Index: irc/konversation/Makefile =================================================================== --- irc/konversation/Makefile (revision 488594) +++ irc/konversation/Makefile (working copy) @@ -14,7 +14,8 @@ LIB_DEPENDS= libqca-qt5.so:devel/qca@qt5 -USES= cmake desktop-file-utils gettext kde:5 python:run qt:5 shebangfix tar:xz +USES= cmake compiler:c++11-lang desktop-file-utils gettext kde:5 \ + python:run qt:5 shebangfix tar:xz USE_KDE= archive auth bookmarks codecs completion config \ configwidgets coreaddons crash dbusaddons doctools ecm \ emoticons globalaccel i18n iconthemes idletime itemviews \ Index: lang/kross-interpreters/Makefile =================================================================== --- lang/kross-interpreters/Makefile (revision 488594) +++ lang/kross-interpreters/Makefile (working copy) @@ -7,7 +7,7 @@ MAINTAINER= kde@FreeBSD.org COMMENT= Language interpreters to enable in-process scripting with Kross -USES= cmake gettext kde:5 python:2.7 qt:5 tar:xz +USES= cmake compiler:c++11-lang gettext kde:5 python:2.7 qt:5 tar:xz USE_KDE= ecm kross USE_QT= core gui script widgets xml \ buildtools_build qmake_build Index: misc/ktouch/Makefile =================================================================== --- misc/ktouch/Makefile (revision 488594) +++ misc/ktouch/Makefile (working copy) @@ -7,7 +7,7 @@ MAINTAINER= kde@FreeBSD.org COMMENT= Touch typing tutor for KDE -USES= cmake gettext kde:5 qt:5 tar:xz +USES= cmake compiler:c++11-lang gettext kde:5 qt:5 tar:xz USE_KDE= auth codecs completion config configwidgets coreaddons doctools \ ecm i18n itemviews kcmutils kdeclarative kio newstuff package \ parts service sonnet texteditor textwidgets widgetsaddons \ Index: net/kget/Makefile =================================================================== --- net/kget/Makefile (revision 488594) +++ net/kget/Makefile (working copy) @@ -17,7 +17,7 @@ libqca-qt5.so:devel/qca@qt5 \ libqgpgme.so:security/gpgme-qt5 -USES= cmake kde:5 qt:5 shebangfix sqlite tar:xz +USES= cmake compiler:c++11-lang kde:5 qt:5 shebangfix sqlite tar:xz USE_KDE= archive auth bookmarks codecs completion config configwidgets \ coreaddons crash dbusaddons emoticons guiaddons i18n \ Index: net/zeroconf-ioslave/Makefile =================================================================== --- net/zeroconf-ioslave/Makefile (revision 488594) +++ net/zeroconf-ioslave/Makefile (working copy) @@ -7,7 +7,7 @@ MAINTAINER= kde@FreeBSD.org COMMENT= KDE Network monitor for DNS-SD services (Zeroconf) -USES= cmake kde:5 qt:5 tar:xz +USES= cmake compiler:c++11-lang kde:5 qt:5 tar:xz USE_KDE= config coreaddons dbusaddons dnssd i18n kio service USE_QT= core dbus network \ buildtools_build qmake_build Index: security/kleopatra/Makefile =================================================================== --- security/kleopatra/Makefile (revision 488594) +++ security/kleopatra/Makefile (working copy) @@ -14,7 +14,7 @@ libgpgmepp.so:security/gpgme-cpp \ libqgpgme.so:security/gpgme-qt5 -USES= cmake gettext kde:5 qt:5 tar:xz +USES= cmake compiler:c++11-lang gettext kde:5 qt:5 tar:xz USE_KDE= auth codecs config configwidgets coreaddons dbusaddons \ doctools ecm i18n iconthemes itemmodels kcmutils notifications \ service sonnet textwidgets widgetsaddons windowsystem xmlgui \ Index: sysutils/k3b/Makefile =================================================================== --- sysutils/k3b/Makefile (revision 488594) +++ sysutils/k3b/Makefile (working copy) @@ -21,8 +21,8 @@ RUN_DEPENDS= cdrecord:sysutils/cdrtools BUILD_DEPENDS= cdrecord:sysutils/cdrtools -USES= cmake desktop-file-utils gettext iconv kde:5 pkgconfig \ - qt:5 shared-mime-info tar:xz +USES= cmake compiler:c++11-lang desktop-file-utils gettext iconv \ + kde:5 pkgconfig qt:5 shared-mime-info tar:xz USE_KDE= archive attica auth bookmarks codecs completion config \ configwidgets coreaddons ecm filemetadata i18n iconthemes \ Index: sysutils/kbackup/Makefile =================================================================== --- sysutils/kbackup/Makefile (revision 488594) +++ sysutils/kbackup/Makefile (working copy) @@ -7,7 +7,7 @@ MAINTAINER= kde@FreeBSD.org COMMENT= Backup program with an easy to use user interface -USES= cmake gettext kde:5 qt:5 tar:xz +USES= cmake compiler:c++11-lang gettext kde:5 qt:5 tar:xz USE_KDE= archive auth bookmarks codecs completion config configwidgets \ coreaddons ecm i18n iconthemes itemviews jobwidgets kio \ notifications service solid widgetsaddons xmlgui Index: sysutils/sweeper/Makefile =================================================================== --- sysutils/sweeper/Makefile (revision 488594) +++ sysutils/sweeper/Makefile (working copy) @@ -7,7 +7,7 @@ MAINTAINER= kde@FreeBSD.org COMMENT= Cleans temporal files for KDE -USES= cmake kde:5 qt:5 tar:xz +USES= cmake compiler:c++11-lang kde:5 qt:5 tar:xz USE_KDE= activities-stats auth bookmarks codecs config configwidgets \ coreaddons crash i18n kio service sonnet textwidgets \ widgetsaddons xmlgui Index: textproc/kdiff3/Makefile =================================================================== --- textproc/kdiff3/Makefile (revision 488594) +++ textproc/kdiff3/Makefile (working copy) @@ -10,7 +10,7 @@ LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING -USES= cmake kde:5 qt:5 +USES= cmake compiler:c++11-lang kde:5 qt:5 USE_GITHUB= yes GH_ACCOUNT= KDE GH_TAGNAME= 42403aa Index: x11/rsibreak/Makefile =================================================================== --- x11/rsibreak/Makefile (revision 488594) +++ x11/rsibreak/Makefile (working copy) @@ -12,7 +12,7 @@ LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING -USES= cmake gettext kde:5 qt:5 tar:xz +USES= cmake compiler:c++11-lang gettext kde:5 qt:5 tar:xz USE_KDE= auth codecs config configwidgets coreaddons crash dbusaddons doctools ecm \ iconthemes i18n idletime notifications notifyconfig \ sonnet textwidgets xmlgui widgetsaddons windowsystem