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

Mark amd64 as BROKEN. Does not compile.

Notified by:	kris
This commit is contained in:
Marcus Alves Grando 2005-10-24 02:34:23 +00:00
parent 5a89e0e8c2
commit d3ebfc4683
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=146205

View File

@ -40,6 +40,12 @@ INSTALL_DIR= ${INSTALL} -d -o ${BINOWN} -g ${BINGRP} -m ${BINMODE}
DISTFILES+= SoyaTutorial-${PORTVERSION}${EXTRACT_SUFX}
.endif
.include <bsd.port.pre.mk>
.if ${ARCH} == "amd64"
BROKEN= "Does not compile in ${ARCH}"
.endif
post-install:
@${INSTALL_DIR} ${EXAMPLESDIR}
@${CP} -R ${WRKDIR}/SoyaTutorial-${PORTVERSION}/tutorial/* ${EXAMPLESDIR}
@ -53,4 +59,4 @@ post-install:
.endfor
.endif
.include <bsd.port.mk>
.include <bsd.port.post.mk>