summaryrefslogtreecommitdiff
path: root/sysutils/kshutdown
diff options
context:
space:
mode:
authorTobias C. Berner <tcberner@FreeBSD.org>2019-07-28 15:23:13 +0000
committerTobias C. Berner <tcberner@FreeBSD.org>2019-07-28 15:23:13 +0000
commit4af2a23e95faa96cd83baeeafa961f338d943b92 (patch)
tree320abed4cdeaa37717aee2d488bb6eab04f9356a /sysutils/kshutdown
parentNew port: net/hping3 (diff)
sysutils/kshutdown: fix build with cmake-3.15
Notes
Notes: svn path=/head/; revision=507511
Diffstat (limited to 'sysutils/kshutdown')
-rw-r--r--sysutils/kshutdown/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/sysutils/kshutdown/Makefile b/sysutils/kshutdown/Makefile
index d875dbe5d9e1..364806444cfb 100644
--- a/sysutils/kshutdown/Makefile
+++ b/sysutils/kshutdown/Makefile
@@ -23,4 +23,7 @@ WRKSRC= ${WRKDIR}/${PORTNAME}-${DISTVERSION}
CMAKE_ON= KS_KF5
CMAKE_OFF= KS_PURE_QT
+# Uses c++14 thousands literall
+USE_CXXSTD= c++14
+
.include <bsd.port.mk>