diff options
author | adrianp <adrianp@pkgsrc.org> | 2005-12-03 04:00:18 +0000 |
---|---|---|
committer | adrianp <adrianp@pkgsrc.org> | 2005-12-03 04:00:18 +0000 |
commit | 0d0fbe111a279cb21f045525aafe1dc28835a2c9 (patch) | |
tree | 3e191a8d2e3eaa4e89da631b8e465e580167e834 /chat/unrealircd | |
parent | 75219f332a1ef0bc60dfac20e8bec4c03c124cd1 (diff) | |
download | pkgsrc-0d0fbe111a279cb21f045525aafe1dc28835a2c9.tar.gz |
Add unrealircd-hub back to PKG_SUGGESTED_OPTIONS
Diffstat (limited to 'chat/unrealircd')
-rw-r--r-- | chat/unrealircd/options.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chat/unrealircd/options.mk b/chat/unrealircd/options.mk index 87404e978a6..4d4f63c3995 100644 --- a/chat/unrealircd/options.mk +++ b/chat/unrealircd/options.mk @@ -1,4 +1,4 @@ -# $NetBSD: options.mk,v 1.5 2005/12/02 17:59:53 wiz Exp $ +# $NetBSD: options.mk,v 1.6 2005/12/03 04:00:18 adrianp Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.unrealircd @@ -11,7 +11,7 @@ PKG_SUPPORTED_OPTIONS+= unrealircd-chroot unrealircd-prefixaq PKG_SUPPORTED_OPTIONS+= unrealircd-showlistmodes unrealircd-topicisnuhost PKG_SUPPORTED_OPTIONS+= unrealircd-shunnotices unrealircd-operoverride-verify PKG_SUPPORTED_OPTIONS+= unrealircd-no-operoverride unrealircd-disableusermod -PKG_SUGGESTED_OPTIONS= unrealircd-showlistmodes +PKG_SUGGESTED_OPTIONS= unrealircd-showlistmodes unrealircd-hub .include "../../mk/bsd.options.mk" |