diff options
author | kris <kris@FreeBSD.org> | 2005-03-27 06:27:38 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2005-03-27 06:27:38 +0800 |
commit | d4b2697de02245482f92c386ba5a22f81cb62f86 (patch) | |
tree | 66e1f1e6def813e6bd892a17602a3a3d372de886 /lang | |
parent | aa75e4367c5ed17afb6f8b15a71f5075854e1295 (diff) | |
download | freebsd-ports-graphics-d4b2697de02245482f92c386ba5a22f81cb62f86.tar.gz freebsd-ports-graphics-d4b2697de02245482f92c386ba5a22f81cb62f86.tar.zst freebsd-ports-graphics-d4b2697de02245482f92c386ba5a22f81cb62f86.zip |
BROKEN on ia64: Does not build
Approved by: portmgr (self)
Diffstat (limited to 'lang')
-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 7e288c8ae69..914c9f22250 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> |