aboutsummaryrefslogtreecommitdiffstats
path: root/editors
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2004-11-19 06:20:31 +0800
committerkris <kris@FreeBSD.org>2004-11-19 06:20:31 +0800
commitc57fe4515ae62330155dc77f2f0445f28605e64b (patch)
tree1c170e019168ecc1e49f5e2559185cd2bd56a53c /editors
parent3ca0e7f071165cee42f0e4b97b2d25ba54270217 (diff)
downloadfreebsd-ports-gnome-c57fe4515ae62330155dc77f2f0445f28605e64b.tar.gz
freebsd-ports-gnome-c57fe4515ae62330155dc77f2f0445f28605e64b.tar.zst
freebsd-ports-gnome-c57fe4515ae62330155dc77f2f0445f28605e64b.zip
BROKEN on ia64: Does not build
Diffstat (limited to 'editors')
-rw-r--r--editors/flim113/Makefile4
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)