1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00

BROKEN on ia64: Does not build

Approved by:    portmgr (self)
This commit is contained in:
Kris Kennaway 2005-03-26 22:27:38 +00:00
parent aab88a7f2f
commit bd15ae080c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=132047

View File

@ -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>