diff options
Diffstat (limited to 'biology')
-rw-r--r-- | biology/libsbml/Makefile | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/biology/libsbml/Makefile b/biology/libsbml/Makefile index fc52b61594d8..df83de9fe102 100644 --- a/biology/libsbml/Makefile +++ b/biology/libsbml/Makefile @@ -51,4 +51,12 @@ post-install-EXAMPLES-on: cd ${WRKSRC}/examples && ${COPYTREE_SHARE} . \ ${STAGEDIR}${EXAMPLESDIR} '! -name *Makefile*' -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${OPSYS} == FreeBSD +.if ( ${OSVERSION} >= 1101513 && ${OSVERSION} < 1200000 ) || ${OSVERSION} >= 1200060 +BROKEN= fails to compile with clang6 or later +.endif +.endif + +.include <bsd.port.post.mk> |