summaryrefslogtreecommitdiff
path: root/chat
diff options
context:
space:
mode:
authorsalo <salo>2005-06-19 01:46:35 +0000
committersalo <salo>2005-06-19 01:46:35 +0000
commitf2e9d2f50c6265a4122c79b42ae76ba64ac6ae3d (patch)
tree28d8c2312567d380cd627fa86e92971c4704a781 /chat
parent4d0a57cb678b6a351113cd9a4fe9906092f609d9 (diff)
downloadpkgsrc-f2e9d2f50c6265a4122c79b42ae76ba64ac6ae3d.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.mk4
-rw-r--r--chat/xchat/options.mk4
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)