diff options
author | Andrey A. Chernov <ache@FreeBSD.org> | 2007-03-01 07:57:35 +0000 |
---|---|---|
committer | Andrey A. Chernov <ache@FreeBSD.org> | 2007-03-01 07:57:35 +0000 |
commit | 584687adff71528509141a6aeb1a7dd4a6e1c645 (patch) | |
tree | 3388bacea787cd1e6f7ff986b26e71a4ebb5ae24 /news | |
parent | aa075c0f4b77aae3ff557b390ca09224b6aa4bc5 (diff) | |
download | ports-584687adff71528509141a6aeb1a7dd4a6e1c645.tar.gz ports-584687adff71528509141a6aeb1a7dd4a6e1c645.zip |
Notes
Diffstat (limited to 'news')
-rw-r--r-- | news/tin/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
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 \ |