mail/elm: document ncurses requirement (USES+=ncurses)

Also link with libncurses, not libtermcap

approved by:	infrastructure blanket
This commit is contained in:
John Marino 2016-02-05 09:52:53 +00:00
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

View file

@ -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}"

View file

@ -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'