aboutsummaryrefslogtreecommitdiffstats
path: root/converters/iconv
diff options
context:
space:
mode:
authortrevor <trevor@FreeBSD.org>2004-02-09 05:46:37 +0800
committertrevor <trevor@FreeBSD.org>2004-02-09 05:46:37 +0800
commit5336211d6f501a4449bf3686ff498afc78739784 (patch)
tree5fc887820a3b59dd73a02b31bf353b458d3c1577 /converters/iconv
parent77357acacd88c19bd0e9b056d2955bc94e6cd899 (diff)
downloadfreebsd-ports-gnome-5336211d6f501a4449bf3686ff498afc78739784.tar.gz
freebsd-ports-gnome-5336211d6f501a4449bf3686ff498afc78739784.tar.zst
freebsd-ports-gnome-5336211d6f501a4449bf3686ff498afc78739784.zip
Add "anti-foot-shooting device".
Obtained from: sobomax via the imake-4 and linux_base ports
Diffstat (limited to 'converters/iconv')
-rw-r--r--converters/iconv/Makefile5
1 files changed, 5 insertions, 0 deletions
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