From 818a5e8745dff4beadc0fe8aa4f56c71c53ea650 Mon Sep 17 00:00:00 2001 From: ryoon Date: Mon, 15 Jul 2013 02:02:17 +0000 Subject: * .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". --- net/quagga/options.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'net/quagga') 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 -- cgit v1.2.3