From d0e696c1b8c9b009a983710289700892cc6056b3 Mon Sep 17 00:00:00 2001 From: jbeich Date: Mon, 23 Jan 2017 22:05:31 +0000 Subject: www/firefox: re-enable RUST on i386 after r432111 PR: 216143 --- www/firefox/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'www') diff --git a/www/firefox/Makefile b/www/firefox/Makefile index 89a678f92940..0fa3f705e202 100644 --- a/www/firefox/Makefile +++ b/www/firefox/Makefile @@ -4,7 +4,7 @@ PORTNAME= firefox DISTVERSION= 51.0 DISTVERSIONSUFFIX=.source -PORTREVISION= 1 +PORTREVISION= 2 PORTEPOCH= 1 CATEGORIES= www ipv6 MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}/source \ @@ -49,6 +49,7 @@ OPTIONS_DEFINE= RUST OPTIONS_DEFAULT= BUNDLED_CAIRO GTK3 # XXX lang/rust and devel/cargo currently build only on these platforms OPTIONS_DEFAULT_amd64= RUST +OPTIONS_DEFAULT_i386= RUST OPTIONS_SINGLE+= TOOLKIT OPTIONS_SINGLE_TOOLKIT= GTK2 GTK3 -- cgit