diff options
author | kwm <kwm@FreeBSD.org> | 2009-06-15 22:51:23 +0800 |
---|---|---|
committer | kwm <kwm@FreeBSD.org> | 2009-06-15 22:51:23 +0800 |
commit | 1e01ebb4e7c051ef149cfbe00b5cd1df98c4a15a (patch) | |
tree | e35e21894597e1bd2955b2bcda19a4158b3ab4bc /converters/libiconv/Makefile | |
parent | 0c60dc1e59027cf5d32050d070d60757f1150c20 (diff) | |
download | freebsd-ports-gnome-1e01ebb4e7c051ef149cfbe00b5cd1df98c4a15a.tar.gz freebsd-ports-gnome-1e01ebb4e7c051ef149cfbe00b5cd1df98c4a15a.tar.zst freebsd-ports-gnome-1e01ebb4e7c051ef149cfbe00b5cd1df98c4a15a.zip |
Fix the OPTIONS bit of EXTRA_PATCHES.
Diffstat (limited to 'converters/libiconv/Makefile')
-rw-r--r-- | converters/libiconv/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/converters/libiconv/Makefile b/converters/libiconv/Makefile index 08405ef37f5c..278041f74994 100644 --- a/converters/libiconv/Makefile +++ b/converters/libiconv/Makefile @@ -31,8 +31,8 @@ MAKE_JOBS_UNSAFE= yes 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 +OPTIONS= EXTRA_ENCODINGS "Include extra character sets" on \ + 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 \ |