diff options
author | salo <salo@pkgsrc.org> | 2005-06-19 01:46:35 +0000 |
---|---|---|
committer | salo <salo@pkgsrc.org> | 2005-06-19 01:46:35 +0000 |
commit | 68cb18554ea2e8b167ed22fef5a74d65ac9fa3bb (patch) | |
tree | 28d8c2312567d380cd627fa86e92971c4704a781 /chat | |
parent | c0d9e324f270d3b1002966eda25b2af23a300209 (diff) | |
download | pkgsrc-68cb18554ea2e8b167ed22fef5a74d65ac9fa3bb.tar.gz |
"inet6" option support is determined in bsd.prefs.mk, don't add it to
PKG_SUGGESTED_OPTIONS.
Diffstat (limited to 'chat')
-rw-r--r-- | chat/silc-client/options.mk | 4 | ||||
-rw-r--r-- | chat/xchat/options.mk | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/chat/silc-client/options.mk b/chat/silc-client/options.mk index 96a8b370cd3..b1b86b8cf55 100644 --- a/chat/silc-client/options.mk +++ b/chat/silc-client/options.mk @@ -1,9 +1,9 @@ -# $NetBSD: options.mk,v 1.2 2005/05/31 10:01:36 dillo Exp $ +# $NetBSD: options.mk,v 1.3 2005/06/19 01:46:35 salo Exp $ # PKG_OPTIONS_VAR= PKG_OPTIONS.silc-client PKG_SUPPORTED_OPTIONS= debug inet6 perl -PKG_SUGGESTED_OPTIONS= inet6 perl +PKG_SUGGESTED_OPTIONS= perl .include "../../mk/bsd.options.mk" diff --git a/chat/xchat/options.mk b/chat/xchat/options.mk index 132935abe97..d9768e3e379 100644 --- a/chat/xchat/options.mk +++ b/chat/xchat/options.mk @@ -1,11 +1,11 @@ -# $NetBSD: options.mk,v 1.5 2005/06/06 13:55:30 dillo Exp $ +# $NetBSD: options.mk,v 1.6 2005/06/19 01:46:35 salo Exp $ .include "../../mk/bsd.prefs.mk" PKG_OPTIONS_VAR= PKG_OPTIONS.xchat PKG_SUPPORTED_OPTIONS= inet6 ssl socks5 -PKG_SUGGESTED_OPTIONS= inet6 ssl +PKG_SUGGESTED_OPTIONS= ssl PKG_OPTIONS_LEGACY_OPTS+= socks:socks5 .if defined(PKG_OPTIONS.xchat2) |