summaryrefslogtreecommitdiff
path: root/lang/erlang14
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2008-02-03 20:42:08 +0000
committerPav Lucistnik <pav@FreeBSD.org>2008-02-03 20:42:08 +0000
commit58745c4d07498f55fc34f1496a960c7b9dbb10f2 (patch)
treeb5f969be0f68612f007dc999b2c67226d1f35d2b /lang/erlang14
parent- File was rerolled (Fixed pb in xml output for history files) (diff)
- Mark erlang-lite BROKEN on amd64/5
Reported by: pointyhat
Notes
Notes: svn path=/head/; revision=206678
Diffstat (limited to 'lang/erlang14')
-rw-r--r--lang/erlang14/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/lang/erlang14/Makefile b/lang/erlang14/Makefile
index c67a1c23a327..5e02a247fc73 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