diff options
Diffstat (limited to 'games/gemrb/Makefile')
-rw-r--r-- | games/gemrb/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/games/gemrb/Makefile b/games/gemrb/Makefile index 6ff94129a8de..925dd379f57b 100644 --- a/games/gemrb/Makefile +++ b/games/gemrb/Makefile @@ -24,6 +24,7 @@ CFLAGS+= -L${LOCALBASE}/lib -I${LOCALBASE}/include CMAKE_C_FLAGS= ${CFLAGS} CMAKE_ARGS= -DDOC_DIR="${DOCSDIR}" -DMAN_DIR="${MAN6PREFIX}/man/man6/" -DDISABLE_WERROR=1 -DINSOURCEBUILD=1 +NO_STAGE= yes .include <bsd.port.options.mk> MAN6= gemrb.6 |