diff options
author | wiz <wiz@pkgsrc.org> | 2012-06-12 15:45:54 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2012-06-12 15:45:54 +0000 |
commit | 93823cc4ea3f48472b6fc9fbdd1a49340abd7a62 (patch) | |
tree | 2b285fa6770b50661c5304db25cc980b3914e417 /www/curl | |
parent | 6d2cfc704b1aaaef123bdedb9ab7870107a8a370 (diff) | |
download | pkgsrc-93823cc4ea3f48472b6fc9fbdd1a49340abd7a62.tar.gz |
Add inet6 to default suggested options. It's 2012.
Diffstat (limited to 'www/curl')
-rw-r--r-- | www/curl/options.mk | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/www/curl/options.mk b/www/curl/options.mk index 1890540cd33..2b01643152c 100644 --- a/www/curl/options.mk +++ b/www/curl/options.mk @@ -1,7 +1,9 @@ -# $NetBSD: options.mk,v 1.7 2010/07/21 18:48:27 drochner Exp $ +# $NetBSD: options.mk,v 1.8 2012/06/12 15:46:03 wiz Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.curl PKG_SUPPORTED_OPTIONS= inet6 libssh2 gssapi ldap rtmp +PKG_SUGGESTED_OPTIONS= inet6 + .include "../../mk/bsd.prefs.mk" .if ${OPSYS} == NetBSD # Kerberos is built in - no additional dependency |