aboutsummaryrefslogtreecommitdiff
path: root/net/kpeoplevcard
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2019-12-10 08:05:52 +0000
committerMark Linimon <linimon@FreeBSD.org>2019-12-10 08:05:52 +0000
commita72cb833c3303b4bb7a65307b7467abd9d099365 (patch)
tree92bdcacba785f6a936de8e919b68af8e36ea43b4 /net/kpeoplevcard
parentdb617552ec7defe6fb6d6e939b3ffc782a737870 (diff)
downloadports-a72cb833c3303b4bb7a65307b7467abd9d099365.tar.gz
ports-a72cb833c3303b4bb7a65307b7467abd9d099365.zip
Fix build on GCC-based systems:
The compiler feature "cxx_decltype" is not known to CXX compiler "GNU" version 4.2.1. Approved by: portmgr (tier-2 blanket)
Notes
Notes: svn path=/head/; revision=519650
Diffstat (limited to 'net/kpeoplevcard')
-rw-r--r--net/kpeoplevcard/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/kpeoplevcard/Makefile b/net/kpeoplevcard/Makefile
index 95e9a9ae0887..56175d19549e 100644
--- a/net/kpeoplevcard/Makefile
+++ b/net/kpeoplevcard/Makefile
@@ -11,7 +11,7 @@ COMMENT= Datasource plugin for KPeople to read vCard files
LICENSE= LGPL21
LICENSE_FILE= ${WRKSRC}/COPYING
-USES= cmake kde:5 qt:5 tar:xz
+USES= cmake compiler:c++11-lang kde:5 qt:5 tar:xz
USE_KDE= contacts coreaddons ecm i18n people
USE_QT= core gui widgets \
buildtools_build qmake_build