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 | 2f9e0bbe6e02ff23897124bea48ccab863f0e96e (patch) | |
tree | 2b285fa6770b50661c5304db25cc980b3914e417 /chat/silc-client | |
parent | 6804dc0a40915fb99ab6be29d4e6e083c9def2e6 (diff) | |
download | pkgsrc-2f9e0bbe6e02ff23897124bea48ccab863f0e96e.tar.gz |
Add inet6 to default suggested options. It's 2012.
Diffstat (limited to 'chat/silc-client')
-rw-r--r-- | chat/silc-client/options.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chat/silc-client/options.mk b/chat/silc-client/options.mk index 0f27a252729..7b25fcad622 100644 --- a/chat/silc-client/options.mk +++ b/chat/silc-client/options.mk @@ -1,9 +1,9 @@ -# $NetBSD: options.mk,v 1.5 2008/07/13 12:04:11 tonnerre Exp $ +# $NetBSD: options.mk,v 1.6 2012/06/12 15:45:55 wiz Exp $ # PKG_OPTIONS_VAR= PKG_OPTIONS.silc-client PKG_SUPPORTED_OPTIONS= debug inet6 perl -PKG_SUGGESTED_OPTIONS= perl +PKG_SUGGESTED_OPTIONS= inet6 perl .include "../../mk/bsd.options.mk" |