diff options
author | John Marino <marino@FreeBSD.org> | 2016-02-04 21:12:41 +0000 |
---|---|---|
committer | John Marino <marino@FreeBSD.org> | 2016-02-04 21:12:41 +0000 |
commit | 0f59aa9dd674b24bdb1917d458353d9bef28a49b (patch) | |
tree | c79e3dc1199e189cf620f76655f65b84058827e9 /games/enygma | |
parent | 68b199543be7d588ef8e59d7b13936baa9f974d4 (diff) |
games/enygma: USES+= ncurses
Notes
Notes:
svn path=/head/; revision=408095
Diffstat (limited to 'games/enygma')
-rw-r--r-- | games/enygma/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/games/enygma/Makefile b/games/enygma/Makefile index 272ee6c73189..840635ccb8cb 100644 --- a/games/enygma/Makefile +++ b/games/enygma/Makefile @@ -14,6 +14,7 @@ COMMENT= Text-based puzzle game LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENCE +USES= ncurses GNU_CONFIGURE= yes CONFIGURE_ARGS= --localstatedir=/var/games |