diff options
author | ache <ache@FreeBSD.org> | 2007-03-01 07:57:35 +0000 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 2007-03-01 07:57:35 +0000 |
commit | e1df1eacfe8041567da69698aab53e272c399c21 (patch) | |
tree | 0c0a251de230d62f3e1e09312be6db09a1bfa289 /news | |
parent | f0a63c22dad88158d62cf8779e028b5f98079dbe (diff) | |
download | FreeBSD-ports-e1df1eacfe8041567da69698aab53e272c399c21.zip FreeBSD-ports-e1df1eacfe8041567da69698aab53e272c399c21.tar.gz |
Add WITH_TIN_SCREEN knob
PR: 109604
Submitted by: leeym
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 d9e0371..8124abe 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 \ |