diff options
Diffstat (limited to 'security/stunnel/options.mk')
-rw-r--r-- | security/stunnel/options.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/stunnel/options.mk b/security/stunnel/options.mk index b14affd8f44..411063526da 100644 --- a/security/stunnel/options.mk +++ b/security/stunnel/options.mk @@ -1,8 +1,8 @@ -# $NetBSD: options.mk,v 1.7 2009/10/30 23:54:52 jym Exp $ +# $NetBSD: options.mk,v 1.8 2012/06/12 15:46:03 wiz Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.stunnel PKG_SUPPORTED_OPTIONS= inet6 threads tcpwrappers -PKG_SUGGESTED_OPTIONS= tcpwrappers +PKG_SUGGESTED_OPTIONS= inet6 tcpwrappers CHECK_BUILTIN.pthread:= yes .include "../../mk/pthread.builtin.mk" CHECK_BUILTIN.pthread:= no |