diff options
Diffstat (limited to 'chinese/wenju')
-rw-r--r-- | chinese/wenju/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/chinese/wenju/Makefile b/chinese/wenju/Makefile index fc080282bd9a..db9181a370af 100644 --- a/chinese/wenju/Makefile +++ b/chinese/wenju/Makefile @@ -17,6 +17,10 @@ GNU_CONFIGURE= yes USE_GNOME= gtk20 USE_LDCONFIG= yes +OPTIONS= NLS "Build with Native Language Support" on + +.include <bsd.port.options.mk> + .if !defined(WITHOUT_NLS) USE_GETTEXT= yes PLIST_SUB+= NLS="" |