From adf9abb836c46ac31afa21eae031e25b7b34d616 Mon Sep 17 00:00:00 2001 From: John Marino Date: Tue, 2 Feb 2016 23:35:31 +0000 Subject: [PATCH] misc/dvorak7min: document ncurses requirement (USES+=ncurses) Also link with libncurses instead of libcurses --- misc/dvorak7min/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/misc/dvorak7min/Makefile b/misc/dvorak7min/Makefile index 8fa71a32c829..3bc1322d0c8a 100644 --- a/misc/dvorak7min/Makefile +++ b/misc/dvorak7min/Makefile @@ -14,7 +14,9 @@ COMMENT= Ncurses-based Dvorak typing tutor LICENSE= GPLv2+ +USES= ncurses WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} +MAKE_ARGS= LIBS="${LDFLAGS} -lncurses" post-patch: @${REINPLACE_CMD} -e \