diff options
author | John Marino <marino@FreeBSD.org> | 2016-08-23 15:17:53 +0000 |
---|---|---|
committer | John Marino <marino@FreeBSD.org> | 2016-08-23 15:17:53 +0000 |
commit | e86781c15a14ddd6dd4649e1654c62cb76f2ee04 (patch) | |
tree | 6a444c38f3006d5f0c42eb054c61a5d025077587 | |
parent | - Update to 13.2.20160813 (diff) |
games/gnake: document ncurses requirement
-rw-r--r-- | games/gnake/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/games/gnake/Makefile b/games/gnake/Makefile index 5db516305111..35cdca7a8636 100644 --- a/games/gnake/Makefile +++ b/games/gnake/Makefile @@ -12,6 +12,7 @@ COMMENT= Nibbles clone for GNU/Linux and *BSD LICENSE= GPLv2 +USES= ncurses LDFLAGS+= -L${LOCALBASE}/lib -lncurses CFLAGS+= -Wall |