diff options
author | marino <marino@FreeBSD.org> | 2016-02-05 05:39:12 +0800 |
---|---|---|
committer | marino <marino@FreeBSD.org> | 2016-02-05 05:39:12 +0800 |
commit | 1b2dbaf6c4716b16e88dcd8a8c0b1d664254ba41 (patch) | |
tree | 78686ea15a880db37bd5ea82e9ccb5c44f867a75 | |
parent | 840a5d671eae63852774636dbd0157818bdeb09a (diff) | |
download | freebsd-ports-gnome-1b2dbaf6c4716b16e88dcd8a8c0b1d664254ba41.tar.gz freebsd-ports-gnome-1b2dbaf6c4716b16e88dcd8a8c0b1d664254ba41.tar.zst freebsd-ports-gnome-1b2dbaf6c4716b16e88dcd8a8c0b1d664254ba41.zip |
games/gtypist: document ncurses requirement (USES+=ncurses)
approved by: infrastructure blanket
-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 |