summaryrefslogtreecommitdiff
path: root/lang/erlang14
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2006-11-17 06:45:48 +0000
committerKris Kennaway <kris@FreeBSD.org>2006-11-17 06:45:48 +0000
commit4492170cbd894698094bc0d2c328cb6951d84243 (patch)
treef297e16d583cc359e4167a22f2396724698f4219 /lang/erlang14
parentBROKEN: Incorrect pkg-plist (diff)
BROKEN on sparc64: does not build
Notes
Notes: svn path=/head/; revision=177428
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 4d8e95b3a694..e9689ad69a3f 100644
--- a/lang/erlang14/Makefile
+++ b/lang/erlang14/Makefile
@@ -47,6 +47,10 @@ USE_TK= yes
.include <bsd.port.pre.mk>
+.if ${ARCH} == "sparc64"
+BROKEN= Does not build on sparc64
+.endif
+
.if ${OSVERSION} < 502102
WITHOUT_ODBC= yes
.endif