diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2015-10-15 14:55:14 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2015-10-15 14:55:14 +0000 |
commit | 7f0f664d7e0d5fbb1fd0e1cc45d4b413f66c97ae (patch) | |
tree | d30bee8baf5be305289898828fb58299162e2f54 /math/blacs | |
parent | b3175cfda759707ed077a4649b634cad8934eb1b (diff) |
Notes
Diffstat (limited to 'math/blacs')
-rw-r--r-- | math/blacs/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/math/blacs/Makefile b/math/blacs/Makefile index a82962291eaf..2a51aae3402f 100644 --- a/math/blacs/Makefile +++ b/math/blacs/Makefile @@ -21,10 +21,6 @@ USE_LDCONFIG= yes .include <bsd.port.pre.mk> -.if ${OPSYS} == FreeBSD && ${OSVERSION} < 900000 -BROKEN= does not build on 8.x -.endif - .if ! ${PORT_OPTIONS:MDOCS} DISTFILES+= blacs_install.ps f77blacsqref.ps lawn94.ps \ cblacsqref.ps mpi_prop.ps mpiblacs_issues.ps |