- Mark as BROKEN < 10.X

MFH:		2015Q2
This commit is contained in:
Thomas Abthorpe 2015-06-06 15:47:32 +00:00
parent ce5545bbf6
commit 82f71bed74
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=388668

View File

@ -30,4 +30,10 @@ OPTIONS_DEFINE= DOCS
post-install:
@${RM} ${STAGEDIR}${PREFIX}/share/icons/hicolor/icon-theme.cache
.include <bsd.port.options.mk>
.if ${OSVERSION} < 1000000
BROKEN= Does not build on FreeBSD < 10.X
.endif
.include <bsd.port.mk>