diff options
author | Alexey Dokuchaev <danfe@FreeBSD.org> | 2010-02-25 08:28:28 +0000 |
---|---|---|
committer | Alexey Dokuchaev <danfe@FreeBSD.org> | 2010-02-25 08:28:28 +0000 |
commit | bdede6397c3828195fa2cc36fbac15e62f917514 (patch) | |
tree | 06c71d607cc0c67daa97301e5cb0549216bffc9f /converters | |
parent | ff3cef47f14086a0fd1ba2a2ff8243a5fee1af87 (diff) | |
download | ports-bdede6397c3828195fa2cc36fbac15e62f917514.tar.gz ports-bdede6397c3828195fa2cc36fbac15e62f917514.zip |
Notes
Diffstat (limited to 'converters')
-rw-r--r-- | converters/libiconv/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/converters/libiconv/Makefile b/converters/libiconv/Makefile index a6ee6b89099d..1dffa31e8220 100644 --- a/converters/libiconv/Makefile +++ b/converters/libiconv/Makefile @@ -33,7 +33,7 @@ MAN1= iconv.1 MAN3= iconv.3 iconv_open.3 iconv_open_into.3 iconv_close.3 iconvctl.3 OPTIONS= EXTRA_ENCODINGS "Include extra character sets" on \ - EXTRA_PATCHES "Apply patches to fix CP932 add EUCJP-MS" off + EXTRA_PATCHES "Apply patches to fix CP932, add EUCJP-MS" off .ifdef USE_ICONV .error USE_ICONV is defined as an environment variable, or in the arguments \ |