diff options
author | mat <mat@FreeBSD.org> | 2015-04-11 23:48:33 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2015-04-11 23:48:33 +0800 |
commit | 9d0caa0089cfc0248b367e9d12a0073d5b86a80c (patch) | |
tree | 6d8afc29ae8e5ef2346b4af678efa4435e2ab7a8 /japanese | |
parent | c84f281ad655baf6617042215975924d6f2f39aa (diff) | |
download | freebsd-ports-graphics-9d0caa0089cfc0248b367e9d12a0073d5b86a80c.tar.gz freebsd-ports-graphics-9d0caa0089cfc0248b367e9d12a0073d5b86a80c.tar.zst freebsd-ports-graphics-9d0caa0089cfc0248b367e9d12a0073d5b86a80c.zip |
Fix build WITHOUT=NLS.
Sponsored by: Absolight
Diffstat (limited to 'japanese')
-rw-r--r-- | japanese/libskk/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/japanese/libskk/Makefile b/japanese/libskk/Makefile index 9008e9bc3f2..052cffc8018 100644 --- a/japanese/libskk/Makefile +++ b/japanese/libskk/Makefile @@ -33,6 +33,7 @@ OPTIONS_SUB= yes NLS_CONFIGURE_ENABLE= nls NLS_USES= gettext +NLS_USES_OFF= gettext-tools post-install: @${MKDIR} ${STAGEDIR}${DOCSDIR} |