diff options
author | marino <marino@FreeBSD.org> | 2016-02-05 05:49:16 +0800 |
---|---|---|
committer | marino <marino@FreeBSD.org> | 2016-02-05 05:49:16 +0800 |
commit | c6d48fe930c26da5cf76c2b95191d67a51167329 (patch) | |
tree | 01ad41b40b1d20d827cb75be72bb22efd1d6719a /games | |
parent | f33f7ac9cc0da3683732e025359caa81022ad1aa (diff) | |
download | freebsd-ports-gnome-c6d48fe930c26da5cf76c2b95191d67a51167329.tar.gz freebsd-ports-gnome-c6d48fe930c26da5cf76c2b95191d67a51167329.tar.zst freebsd-ports-gnome-c6d48fe930c26da5cf76c2b95191d67a51167329.zip |
games/moon-buggy: document ncurses requirement (USES+=ncurses)
approved by: infrastructure blanket
Diffstat (limited to 'games')
-rw-r--r-- | games/moon-buggy/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/games/moon-buggy/Makefile b/games/moon-buggy/Makefile index 6bea8e9b2646..c537e31b6ae3 100644 --- a/games/moon-buggy/Makefile +++ b/games/moon-buggy/Makefile @@ -13,6 +13,7 @@ COMMENT= Drive a buggy across the moons surface LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING +USES= ncurses GNU_CONFIGURE= yes CONFIGURE_ARGS= --prefix=${PREFIX} \ --sharedstatedir=/var/games |