summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorsalo <salo@pkgsrc.org>2005-07-04 10:29:43 +0000
committersalo <salo@pkgsrc.org>2005-07-04 10:29:43 +0000
commit31ec3114723a05b5c258f4c3e5adf0a326e5d896 (patch)
tree39a99389594dbc45104450260a03a28c2eaf4f34 /security
parent0ad9b81e5e9da8f89634e549143b6c32e2f629c1 (diff)
downloadpkgsrc-31ec3114723a05b5c258f4c3e5adf0a326e5d896.tar.gz
"inet6" shouldn't be defined in PKG_SUGGESTED_OPTIONS, it's decided in
bsd.prefs.mk automatically.
Diffstat (limited to 'security')
-rw-r--r--security/stunnel/options.mk3
1 files changed, 1 insertions, 2 deletions
diff --git a/security/stunnel/options.mk b/security/stunnel/options.mk
index 1b95feac565..4a1993b0e85 100644
--- a/security/stunnel/options.mk
+++ b/security/stunnel/options.mk
@@ -1,8 +1,7 @@
-# $NetBSD: options.mk,v 1.1 2005/07/03 04:00:18 tv Exp $
+# $NetBSD: options.mk,v 1.2 2005/07/04 10:29:43 salo Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.stunnel
PKG_SUPPORTED_OPTIONS= inet6
-PKG_SUGGESTED_OPTIONS= inet6
.include "../../mk/bsd.options.mk"