summaryrefslogtreecommitdiff
path: root/lang/ocaml-mode.el
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2005-03-26 22:27:38 +0000
committerKris Kennaway <kris@FreeBSD.org>2005-03-26 22:27:38 +0000
commitbd15ae080c96bf0da4204db4d83a51b34a341dcf (patch)
tree84d2f41d16c68ef63ff079be9d44731f5542443a /lang/ocaml-mode.el
parentBROKEN on sparc64: Does not compile (diff)
BROKEN on ia64: Does not build
Approved by: portmgr (self)
Notes
Notes: svn path=/head/; revision=132047
Diffstat (limited to 'lang/ocaml-mode.el')
-rw-r--r--lang/ocaml-mode.el/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/lang/ocaml-mode.el/Makefile b/lang/ocaml-mode.el/Makefile
index 7e288c8ae699..914c9f22250d 100644
--- a/lang/ocaml-mode.el/Makefile
+++ b/lang/ocaml-mode.el/Makefile
@@ -33,4 +33,10 @@ CAMLMODE_DIR_ENTRY=* Caml-mode: (caml-mode). A mode for editing CAML pro
INSTALL_TARGET= install install-ocamltags
MAKE_ENV+= EMACSDIR=${CAMLMODE_ELISPDIR}
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${ARCH} == "ia64"
+BROKEN= "Does not build on ia64"
+.endif
+
+.include <bsd.port.post.mk>