pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/firefox68



Module Name:    pkgsrc
Committed By:   nia
Date:           Thu Feb 27 11:06:30 UTC 2020

Modified Files:
        pkgsrc/www/firefox68: options.mk

Log Message:
firefox68: Fix some pkglint warnings


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/www/firefox68/options.mk

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/www/firefox68/options.mk
diff -u pkgsrc/www/firefox68/options.mk:1.6 pkgsrc/www/firefox68/options.mk:1.7
--- pkgsrc/www/firefox68/options.mk:1.6 Sun Jan  5 17:57:58 2020
+++ pkgsrc/www/firefox68/options.mk     Thu Feb 27 11:06:30 2020
@@ -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"



Home | Main Index | Thread Index | Old Index