diff options
author | gdt <gdt@pkgsrc.org> | 2007-09-16 11:36:52 +0000 |
---|---|---|
committer | gdt <gdt@pkgsrc.org> | 2007-09-16 11:36:52 +0000 |
commit | a94ee0e95067663a28eda44f1d7a3c7f656aa070 (patch) | |
tree | ec2dc8564d3f56ef3c8f38cf8f38065822817980 /net | |
parent | 314571a901bb0edf1451e02d2b05fa290273723a (diff) | |
download | pkgsrc-a94ee0e95067663a28eda44f1d7a3c7f656aa070.tar.gz |
describe options better
Diffstat (limited to 'net')
-rw-r--r-- | net/quagga/options.mk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net/quagga/options.mk b/net/quagga/options.mk index f26e360c030..d976ff23474 100644 --- a/net/quagga/options.mk +++ b/net/quagga/options.mk @@ -1,4 +1,4 @@ -# $NetBSD: options.mk,v 1.1 2007/09/07 22:07:31 jlam Exp $ +# $NetBSD: options.mk,v 1.2 2007/09/16 11:36:52 gdt Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.quagga PKG_SUPPORTED_OPTIONS= inet6 @@ -27,7 +27,7 @@ CONFIGURE_ARGS+= --disable-ripngd .endif ### -### ??? +### Include 'vtysh' program. ### .if !empty(PKG_OPTIONS:Mquagga-vtysh) USE_GNU_READLINE= # uses rl_pending_input @@ -39,7 +39,7 @@ CONFIGURE_ARGS+= --disable-vtysh .endif ### -### ??? +### Include Opaque LSA support in OSPF (RFC2370). ### .if !empty(PKG_OPTIONS:Mquagga-ospf-opaque-lsa) CONFIGURE_ARGS+= --enable-opaque-lsa |