sysutils/kshutdown: fix build with cmake-3.15

This commit is contained in:
Tobias C. Berner 2019-07-28 15:23:13 +00:00
parent 26f0460098
commit 4af2a23e95
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=507511

View File

@ -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>