diff options
author | bapt <bapt@FreeBSD.org> | 2013-04-28 06:09:15 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-04-28 06:09:15 +0800 |
commit | 177a9929fbd5fb598a4b665b0ded35e126c7b7b2 (patch) | |
tree | 109572ce53c493535c15b3fea78d257250399f06 /converters | |
parent | 5441c7fbcce01b7c3667e021d36563cdde036ae0 (diff) | |
download | freebsd-ports-gnome-177a9929fbd5fb598a4b665b0ded35e126c7b7b2.tar.gz freebsd-ports-gnome-177a9929fbd5fb598a4b665b0ded35e126c7b7b2.tar.zst freebsd-ports-gnome-177a9929fbd5fb598a4b665b0ded35e126c7b7b2.zip |
Convert the last USE_ICONV to USES=iconv
Diffstat (limited to 'converters')
-rw-r--r-- | converters/libiconv/Makefile | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/converters/libiconv/Makefile b/converters/libiconv/Makefile index 58b1b143dd90..4ed0ac2be8a4 100644 --- a/converters/libiconv/Makefile +++ b/converters/libiconv/Makefile @@ -30,11 +30,6 @@ OPTIONS_DEFAULT=ENCODINGS ENCODINGS_DESC= Include extra character sets PATCHES_DESC= Apply patches to fix CP932, add EUCJP-MS -.ifdef USE_ICONV -.error USE_ICONV is defined as an environment variable, or in the arguments \ - to "make". Please unset it and restart the build. -.endif - .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MENCODINGS} |