diff options
Diffstat (limited to 'games/glchess/Makefile')
-rw-r--r-- | games/glchess/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/games/glchess/Makefile b/games/glchess/Makefile index cd40d255b09b..2a4e683cf7dc 100644 --- a/games/glchess/Makefile +++ b/games/glchess/Makefile @@ -20,6 +20,9 @@ USE_PYDISTUTILS= yes GCONF_SCHEMAS= glchess.schemas NO_STAGE= yes + +OPTIONS_DEFINE= DOCS NLS + .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MNLS} |