diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-04-28 06:09:15 +0800 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-04-28 06:09:15 +0800 |
commit | 56c5e147c5396562dca765fc853f6536e148caf3 (patch) | |
tree | 109572ce53c493535c15b3fea78d257250399f06 /converters/libiconv | |
parent | 81ac72867fea511ae2ea47fc25f31fdab9b56331 (diff) | |
download | freebsd-ports-gnome-56c5e147c5396562dca765fc853f6536e148caf3.tar.gz freebsd-ports-gnome-56c5e147c5396562dca765fc853f6536e148caf3.tar.zst freebsd-ports-gnome-56c5e147c5396562dca765fc853f6536e148caf3.zip |
Convert the last USE_ICONV to USES=iconv
Diffstat (limited to 'converters/libiconv')
-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} |