- Mark IGNORE < 9.1

PR:		190596
This commit is contained in:
Martin Wilke 2014-06-04 05:57:21 +00:00
parent a53b896c05
commit 073a031837
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=356429

View File

@ -71,4 +71,10 @@ post-install:
.endfor
.endif
.include <bsd.port.mk>
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 901000
IGNORE= requires xlocale support for compilation
.endif
.include <bsd.port.post.mk>