aboutsummaryrefslogtreecommitdiffstats
path: root/irc
diff options
context:
space:
mode:
authortcberner <tcberner@FreeBSD.org>2018-12-31 01:15:06 +0800
committertcberner <tcberner@FreeBSD.org>2018-12-31 01:15:06 +0800
commit33067176f0dd22552f3ab696641e1d0513658da2 (patch)
treebf29ca76cbe34b0c84a53e2596fa0d1ca56ae7a8 /irc
parent357f0ecf9b8c2fc89ca89be18ce6d040d9af1dfe (diff)
downloadfreebsd-ports-gnome-33067176f0dd22552f3ab696641e1d0513658da2.tar.gz
freebsd-ports-gnome-33067176f0dd22552f3ab696641e1d0513658da2.tar.zst
freebsd-ports-gnome-33067176f0dd22552f3ab696641e1d0513658da2.zip
More GCC-related fixes in kde@ ports
PR: 234461 Submitted by: Piotr Kubaj <pkubaj@anongoth.pl>
Diffstat (limited to 'irc')
-rw-r--r--irc/konversation/Makefile3
-rw-r--r--irc/kvirc/Makefile4
2 files changed, 4 insertions, 3 deletions
diff --git a/irc/konversation/Makefile b/irc/konversation/Makefile
index 06d7d3fcca88..d86bca259bd1 100644
--- a/irc/konversation/Makefile
+++ b/irc/konversation/Makefile
@@ -14,7 +14,8 @@ LICENSE_FILE= ${WRKSRC}/COPYING
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 \
diff --git a/irc/kvirc/Makefile b/irc/kvirc/Makefile
index 9a64e07f29eb..c0e7bcdda5ae 100644
--- a/irc/kvirc/Makefile
+++ b/irc/kvirc/Makefile
@@ -11,8 +11,8 @@ COMMENT= IRC client for KDE
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 \