summaryrefslogtreecommitdiff
path: root/net/wget
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2012-06-12 15:45:54 +0000
committerwiz <wiz@pkgsrc.org>2012-06-12 15:45:54 +0000
commit2f9e0bbe6e02ff23897124bea48ccab863f0e96e (patch)
tree2b285fa6770b50661c5304db25cc980b3914e417 /net/wget
parent6804dc0a40915fb99ab6be29d4e6e083c9def2e6 (diff)
downloadpkgsrc-2f9e0bbe6e02ff23897124bea48ccab863f0e96e.tar.gz
Add inet6 to default suggested options. It's 2012.
Diffstat (limited to 'net/wget')
-rw-r--r--net/wget/options.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/wget/options.mk b/net/wget/options.mk
index 61a675b7025..48346a1a2ef 100644
--- a/net/wget/options.mk
+++ b/net/wget/options.mk
@@ -1,10 +1,10 @@
-# $NetBSD: options.mk,v 1.6 2011/10/24 15:22:01 ryoon Exp $
+# $NetBSD: options.mk,v 1.7 2012/06/12 15:46:02 wiz Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.wget
PKG_SUPPORTED_OPTIONS= gnutls idn inet6 openssl
PKG_OPTIONS_REQUIRED_GROUPS= ssl
PKG_OPTIONS_GROUP.ssl= gnutls openssl
-PKG_SUGGESTED_OPTIONS= idn openssl
+PKG_SUGGESTED_OPTIONS= idn inet6 openssl
.include "../../mk/bsd.options.mk"