diff options
author | John Marino <marino@FreeBSD.org> | 2014-08-31 15:52:47 +0000 |
---|---|---|
committer | John Marino <marino@FreeBSD.org> | 2014-08-31 15:52:47 +0000 |
commit | 802acce8c9e98d1e984c02441472ce2ca15da97f (patch) | |
tree | addb35beb1ac6612856a9ac24ed7099e2456ada4 /games/cataclysm-dda | |
parent | 384042a3be3db9e0818e3195e101e53c9b8d8081 (diff) |
Notes
Diffstat (limited to 'games/cataclysm-dda')
-rw-r--r-- | games/cataclysm-dda/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/games/cataclysm-dda/Makefile b/games/cataclysm-dda/Makefile index 9bb040083b3c..b18f82abc5a1 100644 --- a/games/cataclysm-dda/Makefile +++ b/games/cataclysm-dda/Makefile @@ -26,6 +26,8 @@ MAKE_ARGS+= RELEASE=1 CXXFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib +MAKE_JOBS_UNSAFE= yes + OPTIONS_DEFINE= NLS DOCS OPTIONS_DEFAULT=NCURSES OPTIONS_SINGLE= UI |