diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2005-03-26 22:27:38 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2005-03-26 22:27:38 +0000 |
commit | bd15ae080c96bf0da4204db4d83a51b34a341dcf (patch) | |
tree | 84d2f41d16c68ef63ff079be9d44731f5542443a /lang/ocaml-mode.el | |
parent | aab88a7f2f1981d71323c935ad841c51ebd69681 (diff) | |
download | ports-bd15ae080c96bf0da4204db4d83a51b34a341dcf.tar.gz ports-bd15ae080c96bf0da4204db4d83a51b34a341dcf.zip |
Notes
Diffstat (limited to 'lang/ocaml-mode.el')
-rw-r--r-- | lang/ocaml-mode.el/Makefile | 8 |
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> |