diff options
Diffstat (limited to 'lang/rust')
-rw-r--r-- | lang/rust/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lang/rust/Makefile b/lang/rust/Makefile index ecaddef5ff45..acfe3fe4446f 100644 --- a/lang/rust/Makefile +++ b/lang/rust/Makefile @@ -39,6 +39,7 @@ LLNEXTGEN_DESC= Build with grammar verification LIB_DEPENDS+= libexecinfo.so:${PORTSDIR}/devel/libexecinfo +.if ${OPSYS} == FreeBSD .if ${OSVERSION} < 900044 BROKEN= Only compiles on FreeBSD 9,10 and 11 .endif @@ -46,6 +47,7 @@ BROKEN= Only compiles on FreeBSD 9,10 and 11 .if ${OSVERSION} >= 1000000 BUILD_DEPENDS+= ${LOCALBASE}/lib/compat/libstdc++.so.6:${PORTSDIR}/misc/compat9x .endif +.endif .if ${PORT_OPTIONS:MLLNEXTGEN} BUILD_DEPENDS+= LLnextgen:${PORTSDIR}/devel/llnextgen |