summaryrefslogtreecommitdiff
path: root/chat/xchat
diff options
context:
space:
mode:
authorsalo <salo@pkgsrc.org>2005-06-19 01:46:35 +0000
committersalo <salo@pkgsrc.org>2005-06-19 01:46:35 +0000
commitb0aa0d46477834c9e7c5a50a567be6811719298a (patch)
tree28d8c2312567d380cd627fa86e92971c4704a781 /chat/xchat
parent4678563685255517efde6362033bcb4544eee6b6 (diff)
downloadpkgsrc-b0aa0d46477834c9e7c5a50a567be6811719298a.tar.gz
"inet6" option support is determined in bsd.prefs.mk, don't add it to
PKG_SUGGESTED_OPTIONS.
Diffstat (limited to 'chat/xchat')
-rw-r--r--chat/xchat/options.mk4
1 files changed, 2 insertions, 2 deletions
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)