aboutsummaryrefslogtreecommitdiffstats
path: root/net-im
diff options
context:
space:
mode:
authortcberner <tcberner@FreeBSD.org>2018-12-26 16:39:24 +0800
committertcberner <tcberner@FreeBSD.org>2018-12-26 16:39:24 +0800
commitb8a3fcf3939dbdaabdbf1a98f11a65b5fac57f30 (patch)
tree6b56763b0575edb29c917ad09d4f59902a05751a /net-im
parent697f9509d62531ed697bb666f12e94f6b628032f (diff)
downloadfreebsd-ports-gnome-b8a3fcf3939dbdaabdbf1a98f11a65b5fac57f30.tar.gz
freebsd-ports-gnome-b8a3fcf3939dbdaabdbf1a98f11a65b5fac57f30.tar.zst
freebsd-ports-gnome-b8a3fcf3939dbdaabdbf1a98f11a65b5fac57f30.zip
Fix up various kde ports to build on GCC-based architectures
PR: 234390 Submitted by: linimon
Diffstat (limited to 'net-im')
-rw-r--r--net-im/kopete/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/net-im/kopete/Makefile b/net-im/kopete/Makefile
index d4ed9eb91650..15e0d8402f3c 100644
--- a/net-im/kopete/Makefile
+++ b/net-im/kopete/Makefile
@@ -14,7 +14,8 @@ LIB_DEPENDS= libidn.so:dns/libidn \
libqca-qt5.so:devel/qca@qt5 \
libv4l2.so:multimedia/libv4l
-USES= cmake jpeg kde:5 qt:5 shebangfix tar:xz
+USES= cmake compiler:c++11-lang jpeg kde:5 qt:5 shebangfix \
+ tar:xz
USE_GNOME= libxml2 libxslt
USE_KDE= archive auth bookmarks codecs completion config configwidgets \
coreaddons crash dbusaddons dnssd ecm emoticons guiaddons i18n \