diff options
author | kris <kris@FreeBSD.org> | 2004-11-18 22:20:31 +0000 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2004-11-18 22:20:31 +0000 |
commit | c57fe4515ae62330155dc77f2f0445f28605e64b (patch) | |
tree | 1c170e019168ecc1e49f5e2559185cd2bd56a53c /editors/flim113 | |
parent | 3ca0e7f071165cee42f0e4b97b2d25ba54270217 (diff) | |
download | FreeBSD-ports-c57fe4515ae62330155dc77f2f0445f28605e64b.zip FreeBSD-ports-c57fe4515ae62330155dc77f2f0445f28605e64b.tar.gz |
BROKEN on ia64: Does not build
Diffstat (limited to 'editors/flim113')
-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 4a923f9..c50fa07 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) |