1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-02 06:03:50 +00:00

IGNORE on alpha: Hangs during build

This commit is contained in:
Kris Kennaway 2004-03-17 12:40:32 +00:00
parent fb5150dac0
commit 0bcf44e418
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=104283

View File

@ -38,4 +38,10 @@ MANN= base64.n calculus.n changelog.n cksum.n cmdline.n \
MANCOMPRESSED= no
.include <bsd.port.mk>
.include <bsd.port.pre.mk>
.if ${ARCH} == "alpha"
IGNORE= "Hangs during build on alpha"
.endif
.include <bsd.port.post.mk>