From a699e91522a783f7a2bdf74c84a4bebb22e34983 Mon Sep 17 00:00:00 2001 From: John Marino Date: Fri, 5 Feb 2016 16:12:13 +0000 Subject: [PATCH] textproc/wiggle: document ncurses requirement (USES+=ncurses) approved by: infrastructure blanket --- textproc/wiggle/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/textproc/wiggle/Makefile b/textproc/wiggle/Makefile index 5570ed3306ff..28101b1e01a2 100644 --- a/textproc/wiggle/Makefile +++ b/textproc/wiggle/Makefile @@ -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"