diff options
Diffstat (limited to 'www/firefox')
-rw-r--r-- | www/firefox/options.mk | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/www/firefox/options.mk b/www/firefox/options.mk index 0f253b80b98..973594bf995 100644 --- a/www/firefox/options.mk +++ b/www/firefox/options.mk @@ -1,4 +1,4 @@ -# $NetBSD: options.mk,v 1.52 2020/01/05 17:55:22 nia Exp $ +# $NetBSD: options.mk,v 1.53 2020/01/05 17:57:58 nia Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.firefox @@ -13,12 +13,14 @@ PKG_SUGGESTED_OPTIONS+= wayland .endif .if ${OPSYS} == "Linux" -PKG_SUGGESTED_OPTIONS+= pulseaudio mozilla-jemalloc dbus +PKG_SUGGESTED_OPTIONS+= pulseaudio mozilla-jemalloc dbus webrtc .else PKG_SUGGESTED_OPTIONS+= dbus .endif -PKG_SUGGESTED_OPTIONS.Linux+= webrtc +.if ${OPSYS} == "NetBSD" && empty(OS_VERSION:M[0-8].*) +PKG_SUGGESTED_OPTIONS+= webrtc +.endif .include "../../mk/bsd.options.mk" |