From c0d6dbfe48feb582b8ba15278fde434ba34631f0 Mon Sep 17 00:00:00 2001 From: Antoine Brodin Date: Fri, 25 Dec 2020 09:28:43 +0000 Subject: [PATCH] Mark devel flavors BROKEN Reported by: pkg-fallout --- deskutils/howm/Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/deskutils/howm/Makefile b/deskutils/howm/Makefile index 5ba5aaf1d333..3b2838769a7a 100644 --- a/deskutils/howm/Makefile +++ b/deskutils/howm/Makefile @@ -13,6 +13,10 @@ COMMENT= Write fragmentarily and read collectively LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING +.if ${FLAVOR:U} == devel_full || ${FLAVOR:U} == devel_nox +BROKEN= Debugger entered--Lisp error: (wrong-type-argument stringp nil) +.endif + USES= emacs GNU_CONFIGURE= yes