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