diff options
Diffstat (limited to 'chat/xchat2/options.mk')
-rw-r--r-- | chat/xchat2/options.mk | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/chat/xchat2/options.mk b/chat/xchat2/options.mk index fed7b51ee33..2b5b07ba127 100644 --- a/chat/xchat2/options.mk +++ b/chat/xchat2/options.mk @@ -1,11 +1,8 @@ -# $NetBSD: options.mk,v 1.3 2005/01/10 20:59:43 adrianp Exp $ +# $NetBSD: options.mk,v 1.4 2005/05/31 10:01:36 dillo Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.xchat2 PKG_SUPPORTED_OPTIONS= inet6 ssl socks - -.if !defined(PKG_OPTIONS.xchat2) -PKG_DEFAULT_OPTIONS+= ssl -.endif +PKG_SUGGESTED_OPTIONS= ssl .include "../../mk/bsd.options.mk" |