diff --git a/security/beecrypt/Makefile b/security/beecrypt/Makefile index 46d22bb7df27..c68fb29e631d 100644 --- a/security/beecrypt/Makefile +++ b/security/beecrypt/Makefile @@ -30,4 +30,10 @@ CONFIGURE_ARGS+= --enable-openmp CONFIGURE_ARGS+= --disable-openmp .endif -.include +.include + +.if ${ARCH} == "powerpc" +BROKEN= Does not compile on powerpc +.endif + +.include