1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00

BROKEN on alpha: Does not compile

This commit is contained in:
Kris Kennaway 2004-02-23 03:59:05 +00:00
parent 20e0da18a2
commit d2eb9c33ea
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=101807

View File

@ -32,4 +32,10 @@ post-install:
@ ${INSTALL_DATA} ${WRKSRC}/graphics/* ${DOCSDIR}/graphics
.endif
.include <bsd.port.mk>
.include <bsd.port.pre.mk>
.if ${ARCH} == "alpha"
BROKEN= "Does not compile"
.endif
.include <bsd.port.post.mk>