1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-11 07:22:22 +00:00

BROKEN on amd64 and alpha: Does not compile

This commit is contained in:
Kris Kennaway 2004-03-09 12:15:30 +00:00
parent ebf83b41e7
commit febe0369f4
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=103383

View File

@ -43,4 +43,10 @@ RUN_DEPENDS+= xmgrace:${PORTSDIR}/math/grace
CONFIGURE_ARGS+= --enable-grace
.endif
.include <bsd.port.mk>
.include <bsd.port.pre.mk>
.if ${ARCH} == "alpha" || ${ARCH} == "amd64"
BROKEN= "Does not compile on alpha or amd64"
.endif
.include <bsd.port.post.mk>