diff options
-rw-r--r-- | math/libflame/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/libflame/Makefile b/math/libflame/Makefile index 2521d07d1ab2..21daba2ae9d6 100644 --- a/math/libflame/Makefile +++ b/math/libflame/Makefile @@ -11,7 +11,7 @@ COMMENT= FLAME dense linear algebra library LICENSE= BSD3CLAUSE -ONLY_FOR_ARCHS= amd64 i386 powerpc64 +ONLY_FOR_ARCHS= amd64 i386 powerpc64 powerpc ONLY_FOR_ARCHS_REASON= make system does not support other architectures yet BUILD_DEPENDS= bash:shells/bash |