diff options
author | leot <leot@pkgsrc.org> | 2017-11-21 10:34:32 +0000 |
---|---|---|
committer | leot <leot@pkgsrc.org> | 2017-11-21 10:34:32 +0000 |
commit | 4a5942c288ce205e81c1570b283987a9e96861a1 (patch) | |
tree | ca7c9d8ca3b4cb4d2c264c32a313ad509826f108 /mk | |
parent | 8ed6a881e1338307915652a60ab7626f797086ee (diff) | |
download | pkgsrc-4a5942c288ce205e81c1570b283987a9e96861a1.tar.gz |
mk/defaults/options.description: add `oauth' PKG_OPTION
This is used by mail/nmh and probably can be useful also for other packages.
Diffstat (limited to 'mk')
-rw-r--r-- | mk/defaults/options.description | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mk/defaults/options.description b/mk/defaults/options.description index 98c3b4b3dac..47c01eb85f5 100644 --- a/mk/defaults/options.description +++ b/mk/defaults/options.description @@ -544,6 +544,7 @@ nntpcache-pgp Enable pgp signed nocem support. notmuch-emacs Install emacs support files for notmuch. nspluginwrapper Enable running non native netscape compatible plugins. nss Enable Network Security Services (NSS) support. +oauth Enable OAuth support. ocaml-tyxml Enable OCaml-tyxml support ocamlgraph Enable Ocamlgraph support. octave Enable Octave support. |