diff options
Diffstat (limited to 'net/socat')
-rw-r--r-- | net/socat/options.mk | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/socat/options.mk b/net/socat/options.mk index 3475a401994..10dbb9e426f 100644 --- a/net/socat/options.mk +++ b/net/socat/options.mk @@ -1,7 +1,8 @@ -# $NetBSD: options.mk,v 1.1 2007/10/09 20:21:29 adrianp Exp $ +# $NetBSD: options.mk,v 1.2 2012/06/12 15:46:01 wiz Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.socat PKG_SUPPORTED_OPTIONS+= inet6 +PKG_SUGGESTED_OPTIONS= inet6 .include "../../mk/bsd.options.mk" |