1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

Mark as broken on FreeBSD version lower than 10.0-RELEASE

PR:		195752
Submitted by:	maintainer
This commit is contained in:
Baptiste Daroussin 2015-01-15 17:59:10 +00:00
parent 98e9f60dfe
commit 2746230174
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=377132

View File

@ -37,6 +37,10 @@ DOCS_ALL_TARGET= doc
.include <bsd.port.options.mk>
.if ${OPSYS} == FreeBSD && ${OSVERSION} < 1000000
BROKEN= Can not compile if FreeBSD version lower than 10.0-RELEASE
.endif
post-patch:
.if ! ${PORT_OPTIONS:MEXAMPLES}
${REINPLACE_CMD} \