mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-31 05:41:08 +00:00
Add WITH_TIN_SCREEN knob
PR: 109604 Submitted by: leeym
This commit is contained in:
parent
aa075c0f4b
commit
584687adff
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=186238
@ -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 \
|
||||
|
Loading…
Reference in New Issue
Block a user