diff options
author | xtraeme <xtraeme@pkgsrc.org> | 2004-11-17 19:56:49 +0000 |
---|---|---|
committer | xtraeme <xtraeme@pkgsrc.org> | 2004-11-17 19:56:49 +0000 |
commit | 5c79dc57f546ff1590a6772999eb313d5a62056c (patch) | |
tree | 53ab723e0a6ce8b3206592bcc2acebd6f45c7f75 /chat | |
parent | ae0c84f2a6247950c91bff862a52473e5c7d2edb (diff) | |
download | pkgsrc-5c79dc57f546ff1590a6772999eb313d5a62056c.tar.gz |
Remove obsolete variables. You'll want to use:
PKG_OPTIONS.<pkg>+= foo blah
Diffstat (limited to 'chat')
-rw-r--r-- | chat/xchat2/options.mk | 13 |
1 files changed, 1 insertions, 12 deletions
diff --git a/chat/xchat2/options.mk b/chat/xchat2/options.mk index f245528ca0d..60d1e4d0424 100644 --- a/chat/xchat2/options.mk +++ b/chat/xchat2/options.mk @@ -1,15 +1,4 @@ -# $NetBSD: options.mk,v 1.1 2004/10/30 18:28:00 minskim Exp $ - -# Global and legacy options -.if defined(USE_SOCKS) && !empty(USE_SOCKS:M[Yy][Ee][Ss]) -PKG_DEFAULT_OPTIONS+= socks -.endif -.if defined(XCHAT_USE_SSL) && !empty(XCHAT_USE_SSL:M[Yy][Ee][Ss]) -PKG_DEFAULT_OPTIONS+= ssl -.endif -.if defined(USE_INET6) && !empty(USE_INET6:M[yY][eE][sS]) -PKG_DEFAULT_OPTIONS+= inet6 -.endif +# $NetBSD: options.mk,v 1.2 2004/11/17 19:56:49 xtraeme Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.xchat2 PKG_SUPPORTED_OPTIONS= inet6 ssl socks |