aboutsummaryrefslogtreecommitdiff
path: root/sysutils/plasma5-plasma-disks
diff options
context:
space:
mode:
authorPiotr Kubaj <pkubaj@FreeBSD.org>2020-11-09 23:42:58 +0000
committerPiotr Kubaj <pkubaj@FreeBSD.org>2020-11-09 23:42:58 +0000
commitf87655c66dbe3e97f6c99dba1e85d9cc1f3059d8 (patch)
tree13ab705713a7675d255ac634a95148d47a90267b /sysutils/plasma5-plasma-disks
parent361904158823a004e1c34445175ecd7662b95ad6 (diff)
downloadports-f87655c66dbe3e97f6c99dba1e85d9cc1f3059d8.tar.gz
ports-f87655c66dbe3e97f6c99dba1e85d9cc1f3059d8.zip
sysutils/plasma5-plasma-disks: fix build on GCC architectures
The compiler feature "cxx_decltype" is not known to CXX compiler "GNU" version 4.2.1.
Notes
Notes: svn path=/head/; revision=554796
Diffstat (limited to 'sysutils/plasma5-plasma-disks')
-rw-r--r--sysutils/plasma5-plasma-disks/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/plasma5-plasma-disks/Makefile b/sysutils/plasma5-plasma-disks/Makefile
index 4c07c5adfa33..b6aa064dbcaa 100644
--- a/sysutils/plasma5-plasma-disks/Makefile
+++ b/sysutils/plasma5-plasma-disks/Makefile
@@ -24,7 +24,7 @@ LICENSE_FILE_LGPLv3= ${WRKSRC}/LICENSES/LGPL-3.0-only.txt
RUN_DEPENDS= smartmontools>0:sysutils/smartmontools
-USES= cmake kde:5 qt:5 tar:xz
+USES= cmake compiler:c++11-lang kde:5 qt:5 tar:xz
USE_KDE= activities config configwidgets coreaddons ecm ksysguard \
plasma-framework codecs service kio windowsystem auth i18n \