summaryrefslogtreecommitdiff
path: root/www/firefox52/options.mk
diff options
context:
space:
mode:
authormaya <maya@pkgsrc.org>2018-07-23 04:56:12 +0000
committermaya <maya@pkgsrc.org>2018-07-23 04:56:12 +0000
commite2fd3e9cb2bd4dc69cd71695fb685499c815135d (patch)
tree90b4587469fab678c9c226d123262de6ab45d3de /www/firefox52/options.mk
parentb69b5f2fa14577cd058980a655ce319da9ca4313 (diff)
downloadpkgsrc-e2fd3e9cb2bd4dc69cd71695fb685499c815135d.tar.gz
firefox52: switch netbsd to oss and linux to pulse.
alsa is problematic and pulseaudio is more widely used on linux. oss works fine on netbsd, no need for extra dependencies.
Diffstat (limited to 'www/firefox52/options.mk')
-rw-r--r--www/firefox52/options.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/www/firefox52/options.mk b/www/firefox52/options.mk
index 68df35856e7..8c2f9f2956e 100644
--- a/www/firefox52/options.mk
+++ b/www/firefox52/options.mk
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.1 2017/04/27 01:55:57 ryoon Exp $
+# $NetBSD: options.mk,v 1.2 2018/07/23 04:56:12 maya Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.firefox
@@ -12,9 +12,9 @@ PKG_SUPPORTED_OPTIONS+= alsa oss pulseaudio dbus
PLIST_VARS+= gnome jemalloc debug
.if ${OPSYS} == "Linux"
-PKG_SUGGESTED_OPTIONS+= alsa mozilla-jemalloc dbus
+PKG_SUGGESTED_OPTIONS+= pulseaudio mozilla-jemalloc dbus
.elif ${OPSYS} == "NetBSD"
-PKG_SUGGESTED_OPTIONS+= alsa dbus
+PKG_SUGGESTED_OPTIONS+= oss dbus
.elif ${OPSYS} == "FreeBSD"
PKG_SUGGESTED_OPTIONS+= oss dbus
.elif ${OPSYS} == "DragonFly"