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:           Sun Dec 22 16:07:48 UTC 2019

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

Log Message:
firefox68: Uncomment SUPPORTED_OPTIONS for PLIST fix


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 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.3 pkgsrc/www/firefox68/options.mk:1.4
--- pkgsrc/www/firefox68/options.mk:1.3 Sun Dec 22 14:33:58 2019
+++ pkgsrc/www/firefox68/options.mk     Sun Dec 22 16:07:48 2019
@@ -1,11 +1,11 @@
-# $NetBSD: options.mk,v 1.3 2019/12/22 14:33:58 gdt Exp $
+# $NetBSD: options.mk,v 1.4 2019/12/22 16:07:48 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
-#PKG_SUPPORTED_OPTIONS+= wayland
+PKG_SUPPORTED_OPTIONS+=        wayland
 PLIST_VARS+=           gnome jemalloc debug
 
 .if ${OPSYS} == "Linux"



Home | Main Index | Thread Index | Old Index