git: 6ad5d55ea42e - main - japanese/ddskk: Mark devel flavors broken

From: Joseph Mingrone <jrm_at_FreeBSD.org>
Date: Thu, 07 Apr 2022 22:14:37 UTC
The branch main has been updated by jrm:

URL: https://cgit.FreeBSD.org/ports/commit/?id=6ad5d55ea42e0bf118b27b4d816dd690b202c568

commit 6ad5d55ea42e0bf118b27b4d816dd690b202c568
Author:     Joseph Mingrone <jrm@FreeBSD.org>
AuthorDate: 2022-04-06 14:12:42 +0000
Commit:     Joseph Mingrone <jrm@FreeBSD.org>
CommitDate: 2022-04-07 22:14:09 +0000

    japanese/ddskk: Mark devel flavors broken
    
    Sponsored by:   The FreeBSD Foundation
---
 japanese/ddskk/Makefile | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/japanese/ddskk/Makefile b/japanese/ddskk/Makefile
index ed2af0097614..7fb932bf8896 100644
--- a/japanese/ddskk/Makefile
+++ b/japanese/ddskk/Makefile
@@ -15,6 +15,10 @@ COMMENT=	Simple Kana to Kanji conversion program on Emacsen
 LICENSE=	GPLv2+
 LICENSE_FILE=	${WRKSRC}/READMEs/COPYING
 
+.if ${FLAVOR:U} == devel_full || ${FLAVOR:U} == devel_nox
+BROKEN=		fails to build
+.endif
+
 USES=		emacs
 
 MAKE_ARGS=	PREFIX="${STAGEDIR}${PREFIX}" \