aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOleh Hushchenkov <o.hushchenkov@gmail.com>2023-11-07 23:32:40 +0000
committerAshish SHUKLA <ashish@FreeBSD.org>2023-11-07 23:35:12 +0000
commitd4ba027e472dbee15bdb5f46884a488e8d44e882 (patch)
treed22f8502349b0c90bca8d1cf80db97a6f70d860a
parentdfdc82b75a1dafee7e5e28abfd4aa818350277d2 (diff)
downloadports-d4ba027e472dbee15bdb5f46884a488e8d44e882.tar.gz
ports-d4ba027e472dbee15bdb5f46884a488e8d44e882.zip
editors/kakoune: Fix build on 14-STABLE
PR: 274919 MFH: 2023Q4 (fixes build on 14-STABLE)
-rw-r--r--editors/kakoune/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/kakoune/Makefile b/editors/kakoune/Makefile
index 9cbffb90a4fb..b23e53182649 100644
--- a/editors/kakoune/Makefile
+++ b/editors/kakoune/Makefile
@@ -25,7 +25,7 @@ DEBUG_MAKE_ARGS_OFF= debug=no
.include <bsd.port.pre.mk>
-.if (${OSVERSION} > 1302506 && ${OSVERSION} < 1400000)
+.if ${OSVERSION} > 1302506
PATCHFILES= 344d31f42b8ced12626d4f87a22ffa5a671668fd.patch
PATCH_SITES= https://github.com/mawww/kakoune/commit/
PATCH_DIST_STRIP= -p1