diff options
author | jbeich <jbeich@FreeBSD.org> | 2016-04-01 04:21:44 +0800 |
---|---|---|
committer | jbeich <jbeich@FreeBSD.org> | 2016-04-01 04:21:44 +0800 |
commit | 16b9dc31ea02bc5638a18f492219c680f6da7c8d (patch) | |
tree | 12a1831d434d3c9190013834bed23bbe738687d7 /www | |
parent | c915ee6e8191e39a608077fbb335626990af3356 (diff) | |
download | freebsd-ports-gnome-16b9dc31ea02bc5638a18f492219c680f6da7c8d.tar.gz freebsd-ports-gnome-16b9dc31ea02bc5638a18f492219c680f6da7c8d.tar.zst freebsd-ports-gnome-16b9dc31ea02bc5638a18f492219c680f6da7c8d.zip |
www/firefox: chase r411854 on DragonFly after r412296
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 |