From 56c5e147c5396562dca765fc853f6536e148caf3 Mon Sep 17 00:00:00 2001 From: Baptiste Daroussin Date: Sat, 27 Apr 2013 22:09:15 +0000 Subject: Convert the last USE_ICONV to USES=iconv --- converters/libiconv/Makefile | 5 ----- 1 file changed, 5 deletions(-) (limited to 'converters/libiconv') 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 .if ${PORT_OPTIONS:MENCODINGS} -- cgit