aboutsummaryrefslogtreecommitdiff
path: root/converters/iconv
diff options
context:
space:
mode:
authorTrevor Johnson <trevor@FreeBSD.org>2004-02-08 22:34:55 +0000
committerTrevor Johnson <trevor@FreeBSD.org>2004-02-08 22:34:55 +0000
commit4e34232f4b6bd27a7c0de9096ca69b8bc70a2d3b (patch)
tree92d2dc218535cded68986e10fb9fee462aec4130 /converters/iconv
parentb61b507ba16a900e2ac76edad793c25d008987a0 (diff)
downloadports-4e34232f4b6bd27a7c0de9096ca69b8bc70a2d3b.tar.gz
ports-4e34232f4b6bd27a7c0de9096ca69b8bc70a2d3b.zip
Notes
Diffstat (limited to 'converters/iconv')
-rw-r--r--converters/iconv/Makefile5
1 files changed, 0 insertions, 5 deletions
diff --git a/converters/iconv/Makefile b/converters/iconv/Makefile
index c2f75a272798..7ecb8c13d9a6 100644
--- a/converters/iconv/Makefile
+++ b/converters/iconv/Makefile
@@ -21,11 +21,6 @@ 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