diff options
author | adrianp <adrianp@pkgsrc.org> | 2005-12-01 18:20:09 +0000 |
---|---|---|
committer | adrianp <adrianp@pkgsrc.org> | 2005-12-01 18:20:09 +0000 |
commit | 09d2439a3a8aaaa089b752f701fa661950043a7a (patch) | |
tree | 73488dac5a11d26e37edc5aba32483d0417c4945 /chat | |
parent | 13465b2e918da40e482b338161123d7230ef07d1 (diff) | |
download | pkgsrc-09d2439a3a8aaaa089b752f701fa661950043a7a.tar.gz |
Remove PKG_OPTIONS_OPTIONAL_GROUPS as PKG_OPTIONS_REQUIRED_GROUPS does
the job on it's own. Suggesed by wiz@ in private email.
Diffstat (limited to 'chat')
-rw-r--r-- | chat/unrealircd/options.mk | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/chat/unrealircd/options.mk b/chat/unrealircd/options.mk index 9888694895e..1474029d558 100644 --- a/chat/unrealircd/options.mk +++ b/chat/unrealircd/options.mk @@ -1,9 +1,8 @@ -# $NetBSD: options.mk,v 1.3 2005/12/01 18:09:37 adrianp Exp $ +# $NetBSD: options.mk,v 1.4 2005/12/01 18:20:09 adrianp Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.unrealircd PKG_OPTIONS_REQUIRED_GROUPS= role -PKG_OPTIONS_OPTIONAL_GROUPS= role PKG_OPTIONS_GROUP.role= leaf hub PKG_SUPPORTED_OPTIONS= inet6 nospoof hub leaf ziplinks remoteinc ssl chroot |