aboutsummaryrefslogtreecommitdiff
path: root/math/blis/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'math/blis/Makefile')
-rw-r--r--math/blis/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/math/blis/Makefile b/math/blis/Makefile
index e40728cc9d68..2793d3538f46 100644
--- a/math/blis/Makefile
+++ b/math/blis/Makefile
@@ -1,6 +1,6 @@
PORTNAME= blis
PORTVERSION= 0.9.0
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= math
MAINTAINER= jmd@FreeBSD.org
@@ -50,7 +50,7 @@ CONFIGURE_ARGS+= --enable-cblas
.if ${ARCH} == amd64
CONFIGURE_ARGS+= x86_64
PLIST_SUB+= ARCH="x86_64"
-.elif ${ARCH} == powerpc64
+.elif ${ARCH:Mpowerpc64*}
CONFIGURE_ARGS+= power9
PLIST_SUB+= ARCH="power9"
USE_GCC= yes