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 | b0aa0d46477834c9e7c5a50a567be6811719298a (patch) | |
tree | 28d8c2312567d380cd627fa86e92971c4704a781 /chat/xchat/options.mk | |
parent | 4678563685255517efde6362033bcb4544eee6b6 (diff) | |
download | pkgsrc-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/options.mk')
-rw-r--r-- | chat/xchat/options.mk | 4 |
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) |