diff options
author | madpilot <madpilot@FreeBSD.org> | 2013-09-07 04:02:00 +0800 |
---|---|---|
committer | madpilot <madpilot@FreeBSD.org> | 2013-09-07 04:02:00 +0800 |
commit | f21c2f66c0d5e2550ca821e7ae59061008d871d9 (patch) | |
tree | df7dd034ae90d1686c331e7bc6c5a0d9743b3ab9 /converters/libiconv | |
parent | c6ef2ca5c89f4db3f057571e5b53e2c38bf3e599 (diff) | |
download | freebsd-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/Makefile | 2 |
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 |