diff options
author | maya <maya@pkgsrc.org> | 2017-02-04 11:14:27 +0000 |
---|---|---|
committer | maya <maya@pkgsrc.org> | 2017-02-04 11:14:27 +0000 |
commit | 8242dc4746bab89ebde2085e3033bd537150367d (patch) | |
tree | c5883398da1b7d3b9a1a8f1e5acbeed6f79bef21 /www/firefox | |
parent | 8c8e51ad1ca7399646b9ff6b165249f28adfded0 (diff) | |
download | pkgsrc-8242dc4746bab89ebde2085e3033bd537150367d.tar.gz |
firefox: use oss on freebsd and dragonflybsd.
no pkgrevision bump because it does not build.
only part of PR pkg/51695 from David Shao.
Diffstat (limited to 'www/firefox')
-rw-r--r-- | www/firefox/options.mk | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/www/firefox/options.mk b/www/firefox/options.mk index 2b666fc3c5c..c948f66b1da 100644 --- a/www/firefox/options.mk +++ b/www/firefox/options.mk @@ -1,4 +1,4 @@ -# $NetBSD: options.mk,v 1.34 2017/02/04 11:12:04 maya Exp $ +# $NetBSD: options.mk,v 1.35 2017/02/04 11:14:27 maya Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.firefox PKG_SUPPORTED_OPTIONS= official-mozilla-branding @@ -10,6 +10,10 @@ PLIST_VARS+= gnome jemalloc debug PKG_SUGGESTED_OPTIONS+= alsa mozilla-jemalloc dbus .elif ${OPSYS} == "NetBSD" PKG_SUGGESTED_OPTIONS+= alsa dbus +.elif ${OPSYS} == "FreeBSD" +PKG_SUGGESTED_OPTIONS+= oss dbus +.elif ${OPSYS} == "DragonFly" +PKG_SUGGESTED_OPTIONS+= oss dbus .else PKG_SUGGESTED_OPTIONS+= dbus pulseaudio .endif |