svn commit: r473122 - head/editors/morla

Rene Ladan rene at FreeBSD.org
Sat Jun 23 10:36:38 UTC 2018


Author: rene
Date: Sat Jun 23 10:36:36 2018
New Revision: 473122
URL: https://svnweb.freebsd.org/changeset/ports/473122

Log:
  editors/morla: mark BROKEN if the XULRUNNER option is chosen

Modified:
  head/editors/morla/Makefile

Modified: head/editors/morla/Makefile
==============================================================================
--- head/editors/morla/Makefile	Sat Jun 23 09:37:13 2018	(r473121)
+++ head/editors/morla/Makefile	Sat Jun 23 10:36:36 2018	(r473122)
@@ -36,6 +36,7 @@ DESKTOP_ENTRIES="morla" \
 		"WebDevelopment;" \
 		true
 
+XULRUNNER_BROKEN=No gecko type specified (firefox, seamonkey, thunderbird)
 XULRUNNER_USES=	gecko
 XULRUNNER_CONFIGURE_ON=	--with-javascript=xulrunner
 XULRUNNER_CONFIGURE_OFF=	--with-javascript=none


More information about the svn-ports-all mailing list