summaryrefslogtreecommitdiffstats
path: root/news
diff options
context:
space:
mode:
authorache <ache@FreeBSD.org>2007-03-01 07:57:35 +0000
committerache <ache@FreeBSD.org>2007-03-01 07:57:35 +0000
commite1df1eacfe8041567da69698aab53e272c399c21 (patch)
tree0c0a251de230d62f3e1e09312be6db09a1bfa289 /news
parentf0a63c22dad88158d62cf8779e028b5f98079dbe (diff)
downloadFreeBSD-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/Makefile3
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 \
OpenPOWER on IntegriCloud