diff options
author | Joseph Mingrone <jrm@FreeBSD.org> | 2022-04-06 14:12:42 +0000 |
---|---|---|
committer | Joseph Mingrone <jrm@FreeBSD.org> | 2022-04-07 22:14:09 +0000 |
commit | 6ad5d55ea42e0bf118b27b4d816dd690b202c568 (patch) | |
tree | bc71d3c9ea301df2e7c77b8f5ce3408cec30471e | |
parent | 58c409cd76731cfa70c5e75d4b0cb090b9465eb7 (diff) |
japanese/ddskk: Mark devel flavors broken
Sponsored by: The FreeBSD Foundation
-rw-r--r-- | japanese/ddskk/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
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}" \ |