diff options
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) |