From 584687adff71528509141a6aeb1a7dd4a6e1c645 Mon Sep 17 00:00:00 2001 From: "Andrey A. Chernov" Date: Thu, 1 Mar 2007 07:57:35 +0000 Subject: [PATCH] Add WITH_TIN_SCREEN knob PR: 109604 Submitted by: leeym --- news/tin/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/news/tin/Makefile b/news/tin/Makefile index d9e0371aa2d8..8124abe0ddd4 100644 --- a/news/tin/Makefile +++ b/news/tin/Makefile @@ -35,6 +35,7 @@ USE_GMAKE= yes USE_ICONV= yes GNU_CONFIGURE= yes WITH_TIN_EDITOR?= /usr/bin/ee +WITH_TIN_SCREEN?= ncurses # --with-mime-default-charset=US-ASCII needed to build tin in the non-ascii # national environment. @@ -45,7 +46,7 @@ CONFIGURE_ARGS+=--with-nntp-default-server=news \ --with-editor=${WITH_TIN_EDITOR} \ --enable-nls \ --with-pcre=yes \ - --with-screen=ncurses \ + --with-screen=${WITH_TIN_SCREEN} \ --enable-break-long-lines \ --with-libiconv-prefix=${LOCALBASE} \ --with-mime-default-charset=US-ASCII \