diff --git a/math/py-graphtool/Makefile b/math/py-graphtool/Makefile index 790ef63b8fb1..3203315b86ef 100644 --- a/math/py-graphtool/Makefile +++ b/math/py-graphtool/Makefile @@ -29,4 +29,10 @@ GNU_CONFIGURE= yes CONFIGURE_ENV= PYTHON_VERSION=${PYTHON_VER} -.include +.include + +.if ${ARCH} == "powerpc" +BROKEN= Does not compile on powerpc: exhausts virtual memory +.endif + +.include