diff options
author | antoine <antoine@FreeBSD.org> | 2019-02-04 04:34:54 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2019-02-04 04:34:54 +0800 |
commit | 0a6581805ce29f05c136f5359285f19402c1019c (patch) | |
tree | 67df5d2f0e8f3569e389de46ff9b67323818f03c /editors/tamago | |
parent | 7afa51cccde63c452d6d87e20b8987a12a8604aa (diff) | |
download | freebsd-ports-gnome-0a6581805ce29f05c136f5359285f19402c1019c.tar.gz freebsd-ports-gnome-0a6581805ce29f05c136f5359285f19402c1019c.tar.zst freebsd-ports-gnome-0a6581805ce29f05c136f5359285f19402c1019c.zip |
Mark devel_nox flavor BROKEN too
Loading /wrkdirs/usr/ports/editors/tamago/work-devel_nox/tamago-4.0.6.0.20041122.19.14/docomp.el (source)...
*** Signal 11
Reported by: pkg-fallout
Diffstat (limited to 'editors/tamago')
-rw-r--r-- | editors/tamago/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/tamago/Makefile b/editors/tamago/Makefile index 67db334284f7..dfe8d08f87dd 100644 --- a/editors/tamago/Makefile +++ b/editors/tamago/Makefile @@ -13,7 +13,7 @@ COMMENT= Egg V4, Multilingual Input Method for Emacsen LICENSE= GPLv2 -.if ${FLAVOR:U} != devel && ${FLAVOR:U} != devel_nox +.if ${FLAVOR:U} != devel # http://pkg.awarnach.mathstat.dal.ca/data/11i386-default/2018-05-30_07h36m11s/logs/errors/tamago-emacs26-4.0.6.0.20041122.19.14_4.log BROKEN= fails to build .endif |