diff options
author | Stephen Montgomery-Smith <stephen@FreeBSD.org> | 2016-01-17 20:04:02 +0000 |
---|---|---|
committer | Stephen Montgomery-Smith <stephen@FreeBSD.org> | 2016-01-17 20:04:02 +0000 |
commit | b1c17f35250a716b53e1495a3349d35bc9a3807e (patch) | |
tree | 3d72461487e72d4a06a1a716bbe5ba8059a96b1e /math | |
parent | e3d89d86838f1f7f1312c6a766da28469ac4fd57 (diff) | |
download | freebsd-ports-b1c17f35250a716b53e1495a3349d35bc9a3807e.zip |
- 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
Diffstat (limited to 'math')
-rw-r--r-- | math/octave-forge-tisean/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/math/octave-forge-tisean/Makefile b/math/octave-forge-tisean/Makefile index cd68acc029d9..af458e95d348 100644 --- a/math/octave-forge-tisean/Makefile +++ b/math/octave-forge-tisean/Makefile @@ -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> |