diff options
-rw-r--r-- | lang/rubinius/Makefile | 1 | ||||
-rw-r--r-- | www/firefox/Makefile | 2 |
2 files changed, 3 insertions, 0 deletions
diff --git a/lang/rubinius/Makefile b/lang/rubinius/Makefile index a59fd6c9036d..683d3fe73bff 100644 --- a/lang/rubinius/Makefile +++ b/lang/rubinius/Makefile @@ -20,6 +20,7 @@ BUILD_DEPENDS= ${LOCALBASE}/bin/bundle:sysutils/rubygem-bundler \ BROKEN_FreeBSD_9= does not build BROKEN_FreeBSD_11= does not build +BROKEN_FreeBSD_12= does not build BROKEN_RUBY22= yes BROKEN_RUBY23= yes diff --git a/www/firefox/Makefile b/www/firefox/Makefile index 00d9bf21a070..42c0372f8b3a 100644 --- a/www/firefox/Makefile +++ b/www/firefox/Makefile @@ -57,6 +57,8 @@ OPTIONS_DEFAULT_FreeBSD_10_amd64= RUST OPTIONS_DEFAULT_FreeBSD_10_i386= RUST OPTIONS_DEFAULT_FreeBSD_11_amd64= RUST OPTIONS_DEFAULT_FreeBSD_11_i386= RUST +OPTIONS_DEFAULT_FreeBSD_12_amd64= RUST +OPTIONS_DEFAULT_FreeBSD_12_i386= RUST OPTIONS_SINGLE+= TOOLKIT OPTIONS_SINGLE_TOOLKIT= GTK2 GTK3 |