diff options
-rw-r--r-- | chat/silc-client/options.mk | 4 | ||||
-rw-r--r-- | chat/xchat/options.mk | 4 | ||||
-rw-r--r-- | www/screws/options.mk | 4 |
3 files changed, 6 insertions, 6 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) diff --git a/www/screws/options.mk b/www/screws/options.mk index 1d005334939..4020ad38551 100644 --- a/www/screws/options.mk +++ b/www/screws/options.mk @@ -1,9 +1,9 @@ -# $NetBSD: options.mk,v 1.2 2005/05/31 10:01:40 dillo Exp $ +# $NetBSD: options.mk,v 1.3 2005/06/19 01:46:36 salo Exp $ # PKG_OPTIONS_VAR= PKG_OPTIONS.screws PKG_SUPPORTED_OPTIONS= inet6 lua ssl -PKG_SUGGESTED_OPTIONS= inet6 lua ssl +PKG_SUGGESTED_OPTIONS= lua ssl .include "../../mk/bsd.options.mk" |