aboutsummaryrefslogtreecommitdiff
path: root/editors/tamago
diff options
context:
space:
mode:
authorHiroki Sato <hrs@FreeBSD.org>2019-02-27 15:57:44 +0000
committerHiroki Sato <hrs@FreeBSD.org>2019-02-27 15:57:44 +0000
commitf0ce7eb2f1511618624062a2c263036f34b5bf7d (patch)
tree63af601aeff656f57752ce808e08058f3dc1dbc2 /editors/tamago
parent6eef253ae2cbb1068ea78381789115df2f5cd5b7 (diff)
downloadports-f0ce7eb2f1511618624062a2c263036f34b5bf7d.tar.gz
ports-f0ce7eb2f1511618624062a2c263036f34b5bf7d.zip
Exclude devel_nox due to build failure.
Notes
Notes: svn path=/head/; revision=494063
Diffstat (limited to 'editors/tamago')
-rw-r--r--editors/tamago/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/editors/tamago/Makefile b/editors/tamago/Makefile
index 64bb067b13c5..2b396df661eb 100644
--- a/editors/tamago/Makefile
+++ b/editors/tamago/Makefile
@@ -14,7 +14,9 @@ COMMENT= Egg V4, Multilingual Input Method for Emacsen
LICENSE= GPLv2
USES= emacs
-EMACS_FLAVORS_EXCLUDE= devel_full # fails to build
+# Fails to build with Emacs 27.
+# Temporarily disable devel_full and devel_nox.
+EMACS_FLAVORS_EXCLUDE= devel_full devel_nox
USE_GITHUB= yes
GH_ACCOUNT= hrs-allbsd