diff options
author | nia <nia@pkgsrc.org> | 2019-12-22 16:07:48 +0000 |
---|---|---|
committer | nia <nia@pkgsrc.org> | 2019-12-22 16:07:48 +0000 |
commit | d6398d2d9962d73b8a26029377bab9330b4856ce (patch) | |
tree | 0a54e88f0820cc930b163aa1e7d144272894c90d /www/firefox68 | |
parent | 1703b170e2fc6a63a55b5ec41ea37592ae38098b (diff) | |
download | pkgsrc-d6398d2d9962d73b8a26029377bab9330b4856ce.tar.gz |
firefox68: Uncomment SUPPORTED_OPTIONS for PLIST fix
Diffstat (limited to 'www/firefox68')
-rw-r--r-- | www/firefox68/options.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/firefox68/options.mk b/www/firefox68/options.mk index 332260757c6..20136ff7f0e 100644 --- a/www/firefox68/options.mk +++ b/www/firefox68/options.mk @@ -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" |