mail/elm: document ncurses requirement (USES+=ncurses)
Also link with libncurses, not libtermcap approved by: infrastructure blanket
This commit is contained in:
parent
7c8f1920f9
commit
21f53961c0
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=408147
2 changed files with 2 additions and 2 deletions
|
@ -21,7 +21,7 @@ BUILD_DEPENDS= ispell:${PORTSDIR}/textproc/aspell-ispell
|
|||
CFLAGS+= -D_SIZE_T
|
||||
|
||||
WRKSRC= ${WRKDIR}/elm${PORTVERSION}
|
||||
USES= gettext
|
||||
USES= gettext ncurses
|
||||
HAS_CONFIGURE= yes
|
||||
CONFIGURE_SCRIPT= Configure
|
||||
CONFIGURE_ENV= PREFIX="${PREFIX}"
|
||||
|
|
|
@ -180,7 +180,7 @@ d_douname='undef'
|
|||
d_host_comp='undef'
|
||||
ign_hname='n'
|
||||
d_havetlib='define'
|
||||
termlib='-ltermlib'
|
||||
termlib='-lncurses'
|
||||
d_index='undef'
|
||||
d_internet='define'
|
||||
d_ispell='define'
|
||||
|
|
Loading…
Reference in a new issue