diff options
author | richard <richard@pkgsrc.org> | 2014-08-30 16:54:16 +0000 |
---|---|---|
committer | richard <richard@pkgsrc.org> | 2014-08-30 16:54:16 +0000 |
commit | 5e8e7a3eb208752d0bf21d463d3300bf539e81aa (patch) | |
tree | 72819f67968644d30de9a2737272e81fdc0e20a2 /mail/thunderbird24 | |
parent | 16f24aae87b8b694c0c27e3f6fc7aecb546a557e (diff) | |
download | pkgsrc-5e8e7a3eb208752d0bf21d463d3300bf539e81aa.tar.gz |
fix option name for thunderbird esr24
Diffstat (limited to 'mail/thunderbird24')
-rw-r--r-- | mail/thunderbird24/options.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/thunderbird24/options.mk b/mail/thunderbird24/options.mk index 6ce3b7f0e43..716baa23180 100644 --- a/mail/thunderbird24/options.mk +++ b/mail/thunderbird24/options.mk @@ -1,6 +1,6 @@ -# $NetBSD: options.mk,v 1.1 2014/07/27 05:36:07 ryoon Exp $ +# $NetBSD: options.mk,v 1.2 2014/08/30 16:54:16 richard Exp $ -PKG_OPTIONS_VAR= PKG_OPTIONS.thunderbird +PKG_OPTIONS_VAR= PKG_OPTIONS.thunderbird24 PKG_SUPPORTED_OPTIONS= debug mozilla-jemalloc gnome official-mozilla-branding mozilla-lightning mozilla-enigmail PKG_SUGGESTED_OPTIONS= mozilla-lightning |