From f1fe0330fb4761f3e9150a91a8b35092953b94fb Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Thu, 25 Nov 2010 18:19:33 +0100 Subject: [PATCH] ncurses: add autoreconf support Signed-off-by: Stephan Raue --- packages/devel/ncurses/meta | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/packages/devel/ncurses/meta b/packages/devel/ncurses/meta index 7b0b0d2ddb..bf955120ff 100644 --- a/packages/devel/ncurses/meta +++ b/packages/devel/ncurses/meta @@ -11,4 +11,6 @@ PKG_PRIORITY="optional" PKG_SECTION="devel" PKG_SHORTDESC="ncurses: The ncurses (new curses) library" PKG_LONGDESC="The ncurses (new curses) library is a free software emulation of curses in System V Release 4.0, and more. It uses terminfo format, supports pads and color and multiple highlights and forms characters and function-key mapping, and has all the other SYSV-curses enhancements over BSD curses." -PKG_IS_ADDON="no" \ No newline at end of file +PKG_IS_ADDON="no" + +PKG_AUTORECONF="no"