diff options
author | agc <agc@pkgsrc.org> | 2012-12-17 23:26:47 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 2012-12-17 23:26:47 +0000 |
commit | d86fd32dde428b8df0c9e43071f27faa5e7dfbf8 (patch) | |
tree | eaebb5b446d337b619f2378ceef3535687702124 /mk/defaults | |
parent | b6404a04313034538322b690afaece9778476dd3 (diff) | |
download | pkgsrc-d86fd32dde428b8df0c9e43071f27faa5e7dfbf8.tar.gz |
Add a libidn option (defaulting to on) which allows libidn support to be
turned off in www/curl.
Modify the curl package to be aware of the libidn option. Ensure default
is on.
No functional change, so no version number bump.
Diffstat (limited to 'mk/defaults')
-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 7fbe6c8a447..590f970db35 100644 --- a/mk/defaults/options.description +++ b/mk/defaults/options.description @@ -364,6 +364,7 @@ libgcrypt Use GNU cryptographic library. libgme Enable Game_Music_Emu video game music file library support. libgpod Enable libgpod support. libiconv-cp932 Add supplemental support for CP932. +libidn Add support for libidn text conversion. libind Add Indian script support using libind. liblqr Enable liblqr (liquid rescale) support. libmms Enable streaming from mms:// URLS using libmms. |