diff options
Diffstat (limited to 'benchmarks/libmicro')
-rw-r--r-- | benchmarks/libmicro/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/benchmarks/libmicro/Makefile b/benchmarks/libmicro/Makefile index 8a5432d74c94..ab499170f2b2 100644 --- a/benchmarks/libmicro/Makefile +++ b/benchmarks/libmicro/Makefile @@ -15,7 +15,7 @@ LICENSE= CDDL BROKEN_aarch64= Fails to build: bin-aarch64: no such file or directory BROKEN_armv6= Fails to build: bin-armv6: no such file or directory BROKEN_mips64= Fails to build: bin-mips64: no such file or directory -BROKEN_powerpc64= Does not build on powerpc64 +BROKEN_powerpc64= Fails to build: bin-powerpc64: no such file or directory USES= gmake WRKSRC= ${WRKDIR}/libMicro-${PORTVERSION} |