diff options
Diffstat (limited to 'lang/erlang14/Makefile')
-rw-r--r-- | lang/erlang14/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lang/erlang14/Makefile b/lang/erlang14/Makefile index c67a1c23a32..5e02a247fc7 100644 --- a/lang/erlang14/Makefile +++ b/lang/erlang14/Makefile @@ -61,6 +61,10 @@ REINPLACE_ARGS= -i .include <bsd.port.pre.mk> +.if defined(WITHOUT_JAVA) && ${ARCH} == "amd64" && ${OSVERSION} < 600000 +BROKEN= does not compile +.endif + .if ${OSVERSION} < 502102 WITHOUT_ODBC= yes .endif |