svn commit: r548748 - head/www/firefox

Jan Beich jbeich at FreeBSD.org
Tue Sep 15 20:12:30 UTC 2020


Author: jbeich
Date: Tue Sep 15 20:12:29 2020
New Revision: 548748
URL: https://svnweb.freebsd.org/changeset/ports/548748

Log:
  www/firefox: revert typo after r548733
  
  mozbuild.configure.options.InvalidOptionError: Unknown option: --enable-system-sqlite

Modified:
  head/www/firefox/Makefile   (contents, props changed)

Modified: head/www/firefox/Makefile
==============================================================================
--- head/www/firefox/Makefile	Tue Sep 15 20:03:33 2020	(r548747)
+++ head/www/firefox/Makefile	Tue Sep 15 20:12:29 2020	(r548748)
@@ -30,7 +30,7 @@ BUILD_DEPENDS=	nspr>=4.26:devel/nspr \
 
 USE_GECKO=	gecko
 CONFLICTS_INSTALL=	firefox-esr
-USE_MOZILLA=	-vpx
+USE_MOZILLA=	-sqlite
 
 USES=		tar:xz
 


More information about the svn-ports-all mailing list