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 | ea3bcd71f6536008d8d53e519feca372192ba931 (patch) | |
tree | 73488dac5a11d26e37edc5aba32483d0417c4945 /chat/unrealircd | |
parent | b1ba023f95e5ae1585d0aee1071f3db51f004cc7 (diff) | |
download | pkgsrc-ea3bcd71f6536008d8d53e519feca372192ba931.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/unrealircd')
-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 |