1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-19 00:13:33 +00:00

deskutils/howm: Utilize EMACS_FLAVORS_EXCLUDE

Rather than BROKEN utilize EMACS_FLAVORS_EXCLUDE which even do not try
the flavor reducing the number of failures at the cluster.
This commit is contained in:
Muhammad Moinur Rahman 2023-12-30 19:42:59 +01:00
parent 6cb6130a5f
commit 150121e956

View File

@ -12,11 +12,8 @@ WWW= http://howm.sourceforge.jp/index.html
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
EMACS_FLAVORS_EXCLUDE=devel_full devel_nox # Debugger entered--Lisp error: (wrong-type-argument stringp nil)
GNU_CONFIGURE= yes