diff options
author | Jan Beich <jbeich@FreeBSD.org> | 2019-03-29 20:16:36 +0000 |
---|---|---|
committer | Jan Beich <jbeich@FreeBSD.org> | 2019-03-29 20:16:36 +0000 |
commit | 19b83b347d711ce19848fd9fb53e7fb7b4094052 (patch) | |
tree | 794462b842c72b7b39a859e47a597641b28c4c27 /editors | |
parent | a870f6904ab322af299fefc5b110db62c444440a (diff) |
Notes
Diffstat (limited to 'editors')
-rw-r--r-- | editors/morla/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/editors/morla/Makefile b/editors/morla/Makefile index 668a73ba974c..2481b5a61d9c 100644 --- a/editors/morla/Makefile +++ b/editors/morla/Makefile @@ -36,8 +36,7 @@ DESKTOP_ENTRIES="morla" \ "WebDevelopment;" \ true -XULRUNNER_BROKEN=No gecko type specified (firefox, seamonkey, thunderbird) -XULRUNNER_USES= gecko +XULRUNNER_BROKEN= www/libxul is gone, consider using lang/spidermonkey* XULRUNNER_CONFIGURE_ON= --with-javascript=xulrunner XULRUNNER_CONFIGURE_OFF= --with-javascript=none |