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

Mark as broken on powerpc.

Hat:		portmgr
This commit is contained in:
Mark Linimon 2010-04-01 05:51:24 +00:00
parent 514744fe3f
commit 63379aff19
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=251931

View File

@ -30,4 +30,10 @@ CONFIGURE_ARGS+= --enable-openmp
CONFIGURE_ARGS+= --disable-openmp
.endif
.include <bsd.port.mk>
.include <bsd.port.pre.mk>
.if ${ARCH} == "powerpc"
BROKEN= Does not compile on powerpc
.endif
.include <bsd.port.post.mk>