diff options
| author | John Marino <marino@FreeBSD.org> | 2016-01-31 12:53:22 +0000 |
|---|---|---|
| committer | John Marino <marino@FreeBSD.org> | 2016-01-31 12:53:22 +0000 |
| commit | 13c09243871f9c13663c6ad7cc9c903f04514585 (patch) | |
| tree | 12719b251974f2a476a5bd213a1efea3b915e9c3 | |
| parent | editors/zile: document ncurses requirement (USES+=ncurses) (diff) | |
games/robotfindskitten: document ncurses requirement (USES+=ncurses)
approved by: infrastructure blanket
| -rw-r--r-- | games/robotfindskitten/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/games/robotfindskitten/Makefile b/games/robotfindskitten/Makefile index f7561902be01..64958379ba3d 100644 --- a/games/robotfindskitten/Makefile +++ b/games/robotfindskitten/Makefile @@ -14,6 +14,7 @@ COMMENT= Yet another zen simulation LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING +USES= ncurses GNU_CONFIGURE= YES OPTIONS_DEFINE= EXTRANKI MEGAHYPERDEATH |
