diff options
author | adrianp <adrianp> | 2005-01-10 20:59:43 +0000 |
---|---|---|
committer | adrianp <adrianp> | 2005-01-10 20:59:43 +0000 |
commit | cff1a4ab7e58c67b36642e42ba1c25f6ef6ebbe9 (patch) | |
tree | 2e0eb2f55ac9850794df41629e6b7264a24b6e9b /chat | |
parent | 1212a21fa7d0fa3c42c50341bdae0a568405f900 (diff) | |
download | pkgsrc-cff1a4ab7e58c67b36642e42ba1c25f6ef6ebbe9.tar.gz |
Remove inet6 from PKG_DEFAULT_OPTIONS. When USE_INET6 is defined it will set
inet6.
Move to calling all such flags 'inet6'.
Diffstat (limited to 'chat')
-rw-r--r-- | chat/xchat2/options.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chat/xchat2/options.mk b/chat/xchat2/options.mk index 60d1e4d0424..fed7b51ee33 100644 --- a/chat/xchat2/options.mk +++ b/chat/xchat2/options.mk @@ -1,10 +1,10 @@ -# $NetBSD: options.mk,v 1.2 2004/11/17 19:56:49 xtraeme Exp $ +# $NetBSD: options.mk,v 1.3 2005/01/10 20:59:43 adrianp Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.xchat2 PKG_SUPPORTED_OPTIONS= inet6 ssl socks .if !defined(PKG_OPTIONS.xchat2) -PKG_DEFAULT_OPTIONS+= inet6 ssl +PKG_DEFAULT_OPTIONS+= ssl .endif .include "../../mk/bsd.options.mk" |