diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2004-11-18 22:20:31 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2004-11-18 22:20:31 +0000 |
commit | 412cf469278d701d801737be6cb98b8008041d90 (patch) | |
tree | 7b8cc565e5bc7f20f238a5376648a8247a4e9046 /editors | |
parent | 25cfeceefb8783f7244743f850aabcc3e305d8b1 (diff) | |
download | ports-412cf469278d701d801737be6cb98b8008041d90.tar.gz ports-412cf469278d701d801737be6cb98b8008041d90.zip |
Notes
Diffstat (limited to 'editors')
-rw-r--r-- | editors/flim113/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/editors/flim113/Makefile b/editors/flim113/Makefile index 4a923f99de96..c50fa074170a 100644 --- a/editors/flim113/Makefile +++ b/editors/flim113/Makefile @@ -56,6 +56,10 @@ MAKE_ARGS+= PREFIX="${LOCALBASE}" \ .include <bsd.port.pre.mk> +.if ${ARCH} == "ia64" +BROKEN= "Does not build on ia64" +.endif + .if defined(EMACS_PORT_NAME) # depends on apel (case of xemacs-21.x or later) .if defined(EMACS_PACKAGESDIR) |