diff options
author | jperkin <jperkin@pkgsrc.org> | 2013-07-17 11:00:13 +0000 |
---|---|---|
committer | jperkin <jperkin@pkgsrc.org> | 2013-07-17 11:00:13 +0000 |
commit | ddf2abbb62fdb9bce4d64ae535651141350cc856 (patch) | |
tree | 82de41c54e4f478f343b78f20c118a2f4c9796f9 /www/firefox/options.mk | |
parent | 453cf8cd24022e7bdd230916f4fa2b3a12e9c638 (diff) | |
download | pkgsrc-ddf2abbb62fdb9bce4d64ae535651141350cc856.tar.gz |
Add SunOS/x86 patchset. This produces a package, but the resulting
firefox binary does not yet work correctly.
Diffstat (limited to 'www/firefox/options.mk')
-rw-r--r-- | www/firefox/options.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/firefox/options.mk b/www/firefox/options.mk index a3e8410d7d8..e5617b29429 100644 --- a/www/firefox/options.mk +++ b/www/firefox/options.mk @@ -1,11 +1,11 @@ -# $NetBSD: options.mk,v 1.15 2013/07/04 08:07:09 martin Exp $ +# $NetBSD: options.mk,v 1.16 2013/07/17 11:00:13 jperkin Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.firefox PKG_SUPPORTED_OPTIONS= official-mozilla-branding PKG_SUPPORTED_OPTIONS+= debug mozilla-jemalloc gnome pulseaudio webrtc PLIST_VARS+= gnome jemalloc debug -.if ${OPSYS} == "Linux" || ${OPSYS} == "SunOS" +.if ${OPSYS} == "Linux" PKG_SUGGESTED_OPTIONS+= mozilla-jemalloc .endif |