diff --git a/math/libflame/Makefile b/math/libflame/Makefile index 76cdf339cdcb..2521d07d1ab2 100644 --- a/math/libflame/Makefile +++ b/math/libflame/Makefile @@ -11,13 +11,13 @@ COMMENT= FLAME dense linear algebra library LICENSE= BSD3CLAUSE -ONLY_FOR_ARCHS= amd64 i386 +ONLY_FOR_ARCHS= amd64 i386 powerpc64 ONLY_FOR_ARCHS_REASON= make system does not support other architectures yet BUILD_DEPENDS= bash:shells/bash GNU_CONFIGURE= yes -USES= gmake +USES= compiler:c11 gmake USE_CSTD= c99 USE_LDCONFIG= yes