aboutsummaryrefslogtreecommitdiff
path: root/converters
diff options
context:
space:
mode:
Diffstat (limited to 'converters')
-rw-r--r--converters/libiconv/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/converters/libiconv/Makefile b/converters/libiconv/Makefile
index 1543549aa316..857e42820175 100644
--- a/converters/libiconv/Makefile
+++ b/converters/libiconv/Makefile
@@ -52,8 +52,8 @@ post-patch:
.include <bsd.port.pre.mk>
-.if ${OSVERSION} > 1000043
-IGNORE= converters/libiconv should not be used with OSVERSION > 1000043. \
+.if exists(/usr/include/iconv.h)
+IGNORE= converters/libiconv should not be used with iconv from base. \
Please fix the port which tries to use it
.endif