pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/www/firefox68 firefox68: Fix some pkglint warnings



details:   https://anonhg.NetBSD.org/pkgsrc/rev/32f3c625cb7c
branches:  trunk
changeset: 412070:32f3c625cb7c
user:      nia <nia%pkgsrc.org@localhost>
date:      Thu Feb 27 11:06:30 2020 +0000

description:
firefox68: Fix some pkglint warnings

diffstat:

 www/firefox68/options.mk |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (26 lines):

diff -r 6ac31f8b7f27 -r 32f3c625cb7c www/firefox68/options.mk
--- a/www/firefox68/options.mk  Thu Feb 27 10:17:24 2020 +0000
+++ b/www/firefox68/options.mk  Thu Feb 27 11:06:30 2020 +0000
@@ -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 @@
 .endif
 
 .if ${OPSYS} == "NetBSD" && empty(OS_VERSION:M[0-8].*)
-PKG_SUGGESTED_OPTIONS+= webrtc
+PKG_SUGGESTED_OPTIONS+=        webrtc
 .endif
 
 .include "../../mk/bsd.options.mk"



Home | Main Index | Thread Index | Old Index