diff options
Diffstat (limited to 'math')
-rw-r--r-- | math/octave-forge-image/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/math/octave-forge-image/Makefile b/math/octave-forge-image/Makefile index 4f776504bfe7..4c6287a8d3a1 100644 --- a/math/octave-forge-image/Makefile +++ b/math/octave-forge-image/Makefile @@ -23,4 +23,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> |