diff options
author | nia <nia@pkgsrc.org> | 2020-02-27 11:06:30 +0000 |
---|---|---|
committer | nia <nia@pkgsrc.org> | 2020-02-27 11:06:30 +0000 |
commit | 87be06795e51ef55c4d6d6811daf49bdc96ef7bd (patch) | |
tree | 88255de60ce7512ea3752a7f379529dbc86476f8 /www | |
parent | e57fd94bfa5acbf4c9c94d7eba8e49facd36170c (diff) | |
download | pkgsrc-87be06795e51ef55c4d6d6811daf49bdc96ef7bd.tar.gz |
firefox68: Fix some pkglint warnings
Diffstat (limited to 'www')
-rw-r--r-- | www/firefox68/options.mk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/www/firefox68/options.mk b/www/firefox68/options.mk index 5aa6abdce5e..acdcf830556 100644 --- a/www/firefox68/options.mk +++ b/www/firefox68/options.mk @@ -1,11 +1,11 @@ -# $NetBSD: options.mk,v 1.6 2020/01/05 17:57:58 nia Exp $ +# $NetBSD: options.mk,v 1.7 2020/02/27 11:06:30 nia Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.firefox PKG_SUPPORTED_OPTIONS= official-mozilla-branding PKG_SUPPORTED_OPTIONS+= debug debug-info mozilla-jemalloc webrtc PKG_SUPPORTED_OPTIONS+= alsa oss pulseaudio dbus wayland -PLIST_VARS+= gnome jemalloc debug +PLIST_VARS+= jemalloc debug .include "../../devel/wayland/platform.mk" .if ${PLATFORM_SUPPORTS_WAYLAND} == "yes" @@ -19,7 +19,7 @@ PKG_SUGGESTED_OPTIONS+= oss dbus .endif .if ${OPSYS} == "NetBSD" && empty(OS_VERSION:M[0-8].*) -PKG_SUGGESTED_OPTIONS+= webrtc +PKG_SUGGESTED_OPTIONS+= webrtc .endif .include "../../mk/bsd.options.mk" |