diff options
author | John Marino <marino@FreeBSD.org> | 2016-02-05 00:04:44 +0000 |
---|---|---|
committer | John Marino <marino@FreeBSD.org> | 2016-02-05 00:04:44 +0000 |
commit | 756193715b294f44b92fec2e95134fa144e8639d (patch) | |
tree | e866732f0d4a9d4f11533bcc2e3dccaa808e5d81 /games/cataclysm-dda | |
parent | be71b786748ee9179842c463d19c402eb4bd3d18 (diff) |
Notes
Diffstat (limited to 'games/cataclysm-dda')
-rw-r--r-- | games/cataclysm-dda/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/cataclysm-dda/Makefile b/games/cataclysm-dda/Makefile index ccd6b9ee78cb..b6f23a611667 100644 --- a/games/cataclysm-dda/Makefile +++ b/games/cataclysm-dda/Makefile @@ -17,7 +17,7 @@ LICENSE_NAME= Creative Commons Attribution-ShareAlike 3.0 Unported License LICENSE_FILE= ${WRKSRC}/LICENSE.txt LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept -USES= gmake shebangfix compiler:c++11-lib execinfo +USES= alias compiler:c++11-lib execinfo gmake shebangfix ncurses SHEBANG_FILES= lang/*.sh bash_CMD= /bin/sh |