diff options
author | danfe <danfe@FreeBSD.org> | 2010-02-25 16:28:28 +0800 |
---|---|---|
committer | danfe <danfe@FreeBSD.org> | 2010-02-25 16:28:28 +0800 |
commit | d3d11e076c988d1bf69edf964686033a198a9d77 (patch) | |
tree | 525ee74ea41e5a5581da4bcc0d4d5062b369e184 /converters/libiconv | |
parent | 9cd48cd14b2b3fe34fea57957f32d115c3787dc8 (diff) | |
download | freebsd-ports-gnome-d3d11e076c988d1bf69edf964686033a198a9d77.tar.gz freebsd-ports-gnome-d3d11e076c988d1bf69edf964686033a198a9d77.tar.zst freebsd-ports-gnome-d3d11e076c988d1bf69edf964686033a198a9d77.zip |
Restore comma I bogusly deleted in rev. 1.41 over 2 years ago.
Feature safe: yes
Diffstat (limited to 'converters/libiconv')
-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 \ |