aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPiotr Kubaj <pkubaj@FreeBSD.org>2022-04-21 17:11:16 +0000
committerPiotr Kubaj <pkubaj@FreeBSD.org>2022-04-21 17:11:16 +0000
commit8a75ffbc9ffcdcf330104bfbbc95f5ad57fbf92a (patch)
treeafbc936776defb3846dc4bc02c5ce9ed8eb50405
parent52e46764cf10f8485f55c2cc71549cf5ca39aedc (diff)
downloadports-8a75ffbc9ffcdcf330104bfbbc95f5ad57fbf92a.tar.gz
ports-8a75ffbc9ffcdcf330104bfbbc95f5ad57fbf92a.zip
biology/hhsuite: drop HAVE_POWER8 on powerpc64
powerpc64 uses PPC970 as a baseline.
-rw-r--r--biology/hhsuite/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/biology/hhsuite/Makefile b/biology/hhsuite/Makefile
index a5eadbd193e2..b0c6425e0e19 100644
--- a/biology/hhsuite/Makefile
+++ b/biology/hhsuite/Makefile
@@ -1,6 +1,7 @@
PORTNAME= hhsuite
DISTVERSIONPREFIX= v
DISTVERSION= 3.3.0
+PORTREVISION= 1
CATEGORIES= biology science
MAINTAINER= yuri@FreeBSD.org
@@ -25,7 +26,7 @@ LDFLAGS+= -Wl,-rpath,${LOCALBASE}/mpi/openmpi/lib -L${LOCALBASE}/mpi/openmpi/lib
CMAKE_ON= HAVE_ARM8
.elif ${ARCH} == amd64 || ${ARCH} == i386
CMAKE_ON= HAVE_SSE2
-.elif ${ARCH:Mpowerpc64*}
+.elif ${ARCH} == powerpc64le
CMAKE_ON= HAVE_POWER8
.endif