summaryrefslogtreecommitdiff
path: root/editors
diff options
context:
space:
mode:
authornia <nia@pkgsrc.org>2019-07-24 17:43:02 +0000
committernia <nia@pkgsrc.org>2019-07-24 17:43:02 +0000
commit63f5d7b1d36906642fe39368a4e16054ade99271 (patch)
treec9afdde2161b4739f9818fd71ed97e6f6781e01f /editors
parentd302a191515bf01ba92f3d9b4f6f4fc313c342b8 (diff)
downloadpkgsrc-63f5d7b1d36906642fe39368a4e16054ade99271.tar.gz
kakoune: Add c++17 to USE_LANGUAGES
Diffstat (limited to 'editors')
-rw-r--r--editors/kakoune/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/kakoune/Makefile b/editors/kakoune/Makefile
index 1d522865746..c32d3337b06 100644
--- a/editors/kakoune/Makefile
+++ b/editors/kakoune/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2019/07/24 17:01:02 nia Exp $
+# $NetBSD: Makefile,v 1.2 2019/07/24 17:43:02 nia Exp $
DISTNAME= kakoune-2019.07.01
CATEGORIES= editors
@@ -13,7 +13,7 @@ LICENSE= unlicense
BUILD_DIRS= src
USE_TOOLS+= gmake pkg-config
-USE_LANGUAGES= c c++
+USE_LANGUAGES= c c++17
# C++17
GCC_REQD+= 7