aboutsummaryrefslogtreecommitdiffstats
path: root/lang/erlang
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2008-02-04 04:42:08 +0800
committerPav Lucistnik <pav@FreeBSD.org>2008-02-04 04:42:08 +0800
commit58745c4d07498f55fc34f1496a960c7b9dbb10f2 (patch)
treeb5f969be0f68612f007dc999b2c67226d1f35d2b /lang/erlang
parentb1cc342e2db7789de4a66dfb4cf43bf814e1edef (diff)
downloadfreebsd-ports-gnome-58745c4d07498f55fc34f1496a960c7b9dbb10f2.tar.gz
freebsd-ports-gnome-58745c4d07498f55fc34f1496a960c7b9dbb10f2.tar.zst
freebsd-ports-gnome-58745c4d07498f55fc34f1496a960c7b9dbb10f2.zip
- Mark erlang-lite BROKEN on amd64/5
Reported by: pointyhat
Diffstat (limited to 'lang/erlang')
-rw-r--r--lang/erlang/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/lang/erlang/Makefile b/lang/erlang/Makefile
index c67a1c23a327..5e02a247fc73 100644
--- a/lang/erlang/Makefile
+++ b/lang/erlang/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