diff options
Diffstat (limited to 'games/ltris/Makefile')
-rw-r--r-- | games/ltris/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/games/ltris/Makefile b/games/ltris/Makefile index 5b4e2637ccd6..d556e01259cd 100644 --- a/games/ltris/Makefile +++ b/games/ltris/Makefile @@ -17,6 +17,7 @@ CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib CONFIGURE_ARGS= --localstatedir=${DATADIR} +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MNLS} |