diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2017-01-03 11:01:05 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2017-01-03 11:01:05 +0000 |
commit | c1b39669d4c0fcf493382cfe462b10522569781e (patch) | |
tree | 4258e0d342beadc5ca18094ba5ce084e678b753d /math/octave-forge-image/Makefile | |
parent | b1e8459a6f10a8f6d8c7d13ce7ca823e79130887 (diff) | |
download | ports-c1b39669d4c0fcf493382cfe462b10522569781e.tar.gz ports-c1b39669d4c0fcf493382cfe462b10522569781e.zip |
Notes
Diffstat (limited to 'math/octave-forge-image/Makefile')
-rw-r--r-- | math/octave-forge-image/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/math/octave-forge-image/Makefile b/math/octave-forge-image/Makefile index cf99270d760b..1930d8948dca 100644 --- a/math/octave-forge-image/Makefile +++ b/math/octave-forge-image/Makefile @@ -29,10 +29,4 @@ post-build: ${RM} ${WRKSRC}/Makefile ${WRKSRC}/configure cd ${WRKDIR} && ${TAR} cfz ${DISTNAME}.tar.gz ${OCTSRC} -.include <bsd.port.pre.mk> - -.if ${OSVERSION} < 1000000 -BROKEN= Doesn't build on FreeBSD 9 or older -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> |