aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMuhammad Moinur Rahman <bofh@FreeBSD.org>2023-12-30 18:42:59 +0000
committerMuhammad Moinur Rahman <bofh@FreeBSD.org>2023-12-30 20:38:26 +0000
commit150121e956f608b09f8507531fdb0285edc04358 (patch)
tree150b7e5471462f6c49ef83cc502c8412a0a65083
parent6cb6130a5f25c67bf3bf0069c0690d33d27f1fff (diff)
downloadports-150121e956f608b09f8507531fdb0285edc04358.tar.gz
ports-150121e956f608b09f8507531fdb0285edc04358.zip
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.
-rw-r--r--deskutils/howm/Makefile5
1 files changed, 1 insertions, 4 deletions
diff --git a/deskutils/howm/Makefile b/deskutils/howm/Makefile
index cae3617cfd4e..b8a0df575346 100644
--- a/deskutils/howm/Makefile
+++ b/deskutils/howm/Makefile
@@ -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