diff options
Diffstat (limited to 'misc')
-rw-r--r-- | misc/dvorak7min/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
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 \ |