diff options
author | linimon <linimon@FreeBSD.org> | 2012-09-04 10:58:36 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2012-09-04 10:58:36 +0800 |
commit | ceb738a591f1e6f3620a6356096cd4af9016c91e (patch) | |
tree | 5161dcf51bdbdaa50b4659205ff4e30ba2d112bd /editors/emacs | |
parent | f145cb6c9600e66e0fabd3485e8c9f3574b73692 (diff) | |
download | freebsd-ports-gnome-ceb738a591f1e6f3620a6356096cd4af9016c91e.tar.gz freebsd-ports-gnome-ceb738a591f1e6f3620a6356096cd4af9016c91e.tar.zst freebsd-ports-gnome-ceb738a591f1e6f3620a6356096cd4af9016c91e.zip |
Mark as broken on ARM.
Approved by: maintainer
Diffstat (limited to 'editors/emacs')
-rw-r--r-- | editors/emacs/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/editors/emacs/Makefile b/editors/emacs/Makefile index d302d883e902..dcd03d1954c2 100644 --- a/editors/emacs/Makefile +++ b/editors/emacs/Makefile @@ -242,7 +242,9 @@ CONFIGURE_ARGS+= --without-gnutls .include <bsd.port.pre.mk> -.if ${ARCH} == "ia64" +.if ${ARCH} == "arm" +BROKEN= Emacs 24.X does not currently build on arm +.elif ${ARCH} == "ia64" BROKEN= Emacs 24.X does not currently build on ia64 .endif |