diff options
author | Jan Beich <jbeich@FreeBSD.org> | 2016-03-31 20:21:44 +0000 |
---|---|---|
committer | Jan Beich <jbeich@FreeBSD.org> | 2016-03-31 20:21:44 +0000 |
commit | a373b4fcbd9ace84acf4a81963209f9fe73507c8 (patch) | |
tree | 12a1831d434d3c9190013834bed23bbe738687d7 /www | |
parent | 89cb23a1eb5e6fcc47847870398370a961fb3b31 (diff) |
Notes
Diffstat (limited to 'www')
-rw-r--r-- | www/firefox/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www/firefox/Makefile b/www/firefox/Makefile index a49256b548c5..bce785892a04 100644 --- a/www/firefox/Makefile +++ b/www/firefox/Makefile @@ -54,6 +54,7 @@ OPTIONS_DEFINE= RUST OPTIONS_DEFAULT= BUNDLED_CAIRO GTK3 ${OPTIONS_DEFAULT_${OPSYS}_${OSREL:R}_${ARCH}} # XXX lang/rust currently builds only on these platforms +OPTIONS_DEFAULT_DragonFly_4_x86_64= RUST OPTIONS_DEFAULT_FreeBSD_10_amd64= RUST OPTIONS_DEFAULT_FreeBSD_10_i386= RUST OPTIONS_DEFAULT_FreeBSD_11_amd64= RUST |