diff options
author | Hiroki Sato <hrs@FreeBSD.org> | 2019-02-27 15:57:44 +0000 |
---|---|---|
committer | Hiroki Sato <hrs@FreeBSD.org> | 2019-02-27 15:57:44 +0000 |
commit | f0ce7eb2f1511618624062a2c263036f34b5bf7d (patch) | |
tree | 63af601aeff656f57752ce808e08058f3dc1dbc2 /editors/tamago | |
parent | 6eef253ae2cbb1068ea78381789115df2f5cd5b7 (diff) | |
download | freebsd-ports-f0ce7eb2f1511618624062a2c263036f34b5bf7d.zip |
Exclude devel_nox due to build failure.
Diffstat (limited to 'editors/tamago')
-rw-r--r-- | editors/tamago/Makefile | 4 |
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 |