diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2006-11-17 06:45:48 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2006-11-17 06:45:48 +0000 |
commit | 4492170cbd894698094bc0d2c328cb6951d84243 (patch) | |
tree | f297e16d583cc359e4167a22f2396724698f4219 /lang/erlang14 | |
parent | BROKEN: 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/Makefile | 4 |
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 |