View | Details | Raw Unified | Return to bug 274919
Collapse All | Expand All

(-)b/editors/kakoune/Makefile (-1 / +1 lines)
Lines 25-31 DEBUG_MAKE_ARGS_OFF= debug=no Link Here
25
25
26
.include <bsd.port.pre.mk>
26
.include <bsd.port.pre.mk>
27
27
28
.if (${OSVERSION} > 1302506 && ${OSVERSION} < 1400000)
28
.if ${OSVERSION} > 1302506
29
PATCHFILES=	344d31f42b8ced12626d4f87a22ffa5a671668fd.patch
29
PATCHFILES=	344d31f42b8ced12626d4f87a22ffa5a671668fd.patch
30
PATCH_SITES=	https://github.com/mawww/kakoune/commit/
30
PATCH_SITES=	https://github.com/mawww/kakoune/commit/
31
PATCH_DIST_STRIP=	-p1
31
PATCH_DIST_STRIP=	-p1

Return to bug 274919