diff options
author | ryoon <ryoon@pkgsrc.org> | 2013-07-15 02:02:17 +0000 |
---|---|---|
committer | ryoon <ryoon@pkgsrc.org> | 2013-07-15 02:02:17 +0000 |
commit | 818a5e8745dff4beadc0fe8aa4f56c71c53ea650 (patch) | |
tree | 7082cd8bccd6e4c222c7d1017f6c4896abcadef6 /net/quagga | |
parent | e221de4390166c39bc8b5b1a7496333f0650a731 (diff) | |
download | pkgsrc-818a5e8745dff4beadc0fe8aa4f56c71c53ea650.tar.gz |
* .include "../../devel/readline/buildlink3.mk" with USE_GNU_READLINE=yes
are replaced with .include "../../devel/readline/buildlink3.mk", and
USE_GNU_READLINE are removed,
* .include "../../devel/readline/buildlink3.mk" without USE_GNU_READLINE
are replaced with .include "../../mk/readline.buildlink3.mk".
Diffstat (limited to 'net/quagga')
-rw-r--r-- | net/quagga/options.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/quagga/options.mk b/net/quagga/options.mk index 3ab2ceba852..b91149b66d2 100644 --- a/net/quagga/options.mk +++ b/net/quagga/options.mk @@ -1,4 +1,4 @@ -# $NetBSD: options.mk,v 1.6 2012/06/13 14:45:19 gdt Exp $ +# $NetBSD: options.mk,v 1.7 2013/07/15 02:02:27 ryoon Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.quagga PKG_SUPPORTED_OPTIONS= inet6 @@ -29,7 +29,7 @@ CONFIGURE_ARGS+= --disable-ripngd ### Include 'vtysh' program. ### .if !empty(PKG_OPTIONS:Mquagga-vtysh) -USE_GNU_READLINE= # uses rl_pending_input +# uses rl_pending_input . include "../../devel/readline/buildlink3.mk" CONFIGURE_ARGS+= --enable-vtysh PLIST_CAT+= ${PKGDIR}/PLIST.vtysh |