diff options
author | John Marino <marino@FreeBSD.org> | 2016-02-04 21:39:12 +0000 |
---|---|---|
committer | John Marino <marino@FreeBSD.org> | 2016-02-04 21:39:12 +0000 |
commit | 05437c2958ca5c50696dabb56d627241156646eb (patch) | |
tree | 78686ea15a880db37bd5ea82e9ccb5c44f867a75 /games | |
parent | e098c65308cbd436b1ae4e172d42e39681a7a34a (diff) | |
download | ports-05437c2958ca5c50696dabb56d627241156646eb.tar.gz ports-05437c2958ca5c50696dabb56d627241156646eb.zip |
Notes
Diffstat (limited to 'games')
-rw-r--r-- | games/gtypist/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/gtypist/Makefile b/games/gtypist/Makefile index 248003dd38ca..2a47394cdac1 100644 --- a/games/gtypist/Makefile +++ b/games/gtypist/Makefile @@ -10,7 +10,7 @@ COMMENT= Interactive typing tutor LICENSE= GPLv3 -USES= iconv shebangfix tar:xz +USES= iconv ncurses shebangfix tar:xz GNU_CONFIGURE= yes CONFIGURE_ENV= EMACS=no CPPFLAGS+= -I${LOCALBASE}/include -I${WRKDIR}/include |