diff options
author | dinoex <dinoex@FreeBSD.org> | 2014-08-04 20:20:48 +0000 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2014-08-04 20:20:48 +0000 |
commit | c45175b479eebc80db53e8fabf5454698625c6ae (patch) | |
tree | 726915495951ce0406cdc14ef8023fbc1eba1fb2 | |
parent | c79f686e472f927135b2a2ddc57984e67069cfe7 (diff) | |
download | FreeBSD-ports-c45175b479eebc80db53e8fabf5454698625c6ae.zip FreeBSD-ports-c45175b479eebc80db53e8fabf5454698625c6ae.tar.gz |
- fix option WITHOUT_NLS
-rw-r--r-- | archivers/lha-ac/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/archivers/lha-ac/Makefile b/archivers/lha-ac/Makefile index e941540..b10e391 100644 --- a/archivers/lha-ac/Makefile +++ b/archivers/lha-ac/Makefile @@ -22,7 +22,8 @@ MAN1_JA= lha-ac.1 PLIST_FILES+= ${__MANPAGES} OPTIONS_DEFINE= NLS -NLS_CONFIGURE_ENABLE= multibyte-filename=auto +NLS_CONFIGURE_ON= --enable-multibyte-filename=auto +NLS_CONFIGURE_OFF= --disable-multibyte-filename do-install: -${MKDIR} ${STAGEDIR}${PREFIX}/man/ja/man1 |