diff options
author | jbeich <jbeich@FreeBSD.org> | 2017-01-24 06:05:31 +0800 |
---|---|---|
committer | jbeich <jbeich@FreeBSD.org> | 2017-01-24 06:05:31 +0800 |
commit | d0e696c1b8c9b009a983710289700892cc6056b3 (patch) | |
tree | f78b0f5b1b89530d9179bf995ade88839507cfc3 /www | |
parent | d4cdac6c9e74d70a80f5c30b7d34442414c9bf84 (diff) | |
download | freebsd-ports-gnome-d0e696c1b8c9b009a983710289700892cc6056b3.tar.gz freebsd-ports-gnome-d0e696c1b8c9b009a983710289700892cc6056b3.tar.zst freebsd-ports-gnome-d0e696c1b8c9b009a983710289700892cc6056b3.zip |
www/firefox: re-enable RUST on i386 after r432111
PR: 216143
Diffstat (limited to 'www')
-rw-r--r-- | www/firefox/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
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 |