textproc/wiggle: document ncurses requirement (USES+=ncurses)

approved by:	infrastructure blanket
This commit is contained in:
John Marino 2016-02-05 16:12:13 +00:00
parent 39c7857f33
commit a699e91522
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=408216

View file

@ -13,7 +13,7 @@ LICENSE= GPLv2
BUILD_DEPENDS= bash:${PORTSDIR}/shells/bash
USES= gmake compiler:nestedfct
USES= compiler:nestedfct gmake ncurses
MAKE_ARGS+= CFLAGS="${CFLAGS} -I. -Wall -Wstrict-prototypes -Wextra -Wno-unused-parameter"