From 4e31efe372c48a38dc1f3159fe03dd62997a6159 Mon Sep 17 00:00:00 2001 From: Trevor Johnson Date: Sun, 8 Feb 2004 21:46:37 +0000 Subject: Add "anti-foot-shooting device". Obtained from: sobomax via the imake-4 and linux_base ports --- converters/iconv/Makefile | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'converters') diff --git a/converters/iconv/Makefile b/converters/iconv/Makefile index 7ecb8c13d9a6..c2f75a272798 100644 --- a/converters/iconv/Makefile +++ b/converters/iconv/Makefile @@ -21,6 +21,11 @@ MANCOMPRESSED= yes MAN1= biconv.1 MAN3= biconv.3 biconv_open.3 biconv_close.3 +.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 + .if defined(NOPROFILE) PLIST_SUB= PROFILE:="@comment " .else -- cgit v1.2.3