aboutsummaryrefslogtreecommitdiffstats
path: root/converters/libiconv
diff options
context:
space:
mode:
authormadpilot <madpilot@FreeBSD.org>2013-09-07 04:02:00 +0800
committermadpilot <madpilot@FreeBSD.org>2013-09-07 04:02:00 +0800
commitf21c2f66c0d5e2550ca821e7ae59061008d871d9 (patch)
treedf7dd034ae90d1686c331e7bc6c5a0d9743b3ab9 /converters/libiconv
parentc6ef2ca5c89f4db3f057571e5b53e2c38bf3e599 (diff)
downloadfreebsd-ports-gnome-f21c2f66c0d5e2550ca821e7ae59061008d871d9.tar.gz
freebsd-ports-gnome-f21c2f66c0d5e2550ca821e7ae59061008d871d9.tar.zst
freebsd-ports-gnome-f21c2f66c0d5e2550ca821e7ae59061008d871d9.zip
Report correct OSVERSION in IGNORE message.
Diffstat (limited to 'converters/libiconv')
-rw-r--r--converters/libiconv/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/converters/libiconv/Makefile b/converters/libiconv/Makefile
index 7c7c31a26208..91086fc2f964 100644
--- a/converters/libiconv/Makefile
+++ b/converters/libiconv/Makefile
@@ -52,7 +52,7 @@ post-patch:
.include <bsd.port.pre.mk>
.if ${OSVERSION} > 1000043
-IGNORE= converters/libiconv should not be used with OSVERSION > 1000050. \
+IGNORE= converters/libiconv should not be used with OSVERSION > 1000043. \
Please fix the port which tries to use it
.endif