1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-02 01:20:54 +00:00

- Mark broken of FreeBSD 9 or older.

Reference:	http://beefy2.nyi.freebsd.org/data/93amd64-default/406195/logs/octave-forge-tisean-0.2.3.log
This commit is contained in:
Stephen Montgomery-Smith 2016-01-17 20:04:02 +00:00
parent e3d89d8683
commit b1c17f3525
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=406533

View File

@ -27,4 +27,10 @@ post-build:
${RM} -f ${WRKSRC}/Makefile ${WRKSRC}/configure
cd ${WRKDIR} && ${TAR} cfz ${DISTNAME}.tar.gz ${OCTSRC}
.include <bsd.port.mk>
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 1000000
BROKEN= Doesn't build on FreeBSD 9 or older
.endif
.include <bsd.port.post.mk>