diff options
author | wiz <wiz> | 2012-06-12 15:45:54 +0000 |
---|---|---|
committer | wiz <wiz> | 2012-06-12 15:45:54 +0000 |
commit | ea483f8647279c031f590093ebf07eba4862f109 (patch) | |
tree | 2b285fa6770b50661c5304db25cc980b3914e417 /net/tcpdump/options.mk | |
parent | 8c4fe22d872d153e4cc11d26e60ee4844f98a22a (diff) | |
download | pkgsrc-ea483f8647279c031f590093ebf07eba4862f109.tar.gz |
Add inet6 to default suggested options. It's 2012.
Diffstat (limited to 'net/tcpdump/options.mk')
-rw-r--r-- | net/tcpdump/options.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/tcpdump/options.mk b/net/tcpdump/options.mk index b68ec805728..f07cc31c00e 100644 --- a/net/tcpdump/options.mk +++ b/net/tcpdump/options.mk @@ -1,8 +1,8 @@ -# $NetBSD: options.mk,v 1.2 2010/08/21 12:04:52 obache Exp $ +# $NetBSD: options.mk,v 1.3 2012/06/12 15:46:01 wiz Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.tcpdump PKG_SUPPORTED_OPTIONS= inet6 ssl libsmi -PKG_SUGGESTED_OPTIONS= ssl +PKG_SUGGESTED_OPTIONS= inet6 ssl .include "../../mk/bsd.options.mk" |