aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPiotr Kubaj <pkubaj@FreeBSD.org>2023-08-07 15:56:29 +0000
committerPiotr Kubaj <pkubaj@FreeBSD.org>2023-08-07 19:26:44 +0000
commitff0ac8b09ec989617c9a9c74132a1812bbf8f37f (patch)
tree0e20c5acdb799e721ec3839bc0db79680799ca52
parent696df7ae89e9e96d7bf87ae34f53d3423084a874 (diff)
downloadports-ff0ac8b09ec989617c9a9c74132a1812bbf8f37f.tar.gz
ports-ff0ac8b09ec989617c9a9c74132a1812bbf8f37f.zip
security/botan2: botan2 supports rng on powerpc64le
-rw-r--r--security/botan2/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/security/botan2/Makefile b/security/botan2/Makefile
index e5419d06909f..7571312a2525 100644
--- a/security/botan2/Makefile
+++ b/security/botan2/Makefile
@@ -1,6 +1,6 @@
PORTNAME= botan
DISTVERSION= 2.19.3
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= security
MASTER_SITES= http://botan.randombit.net/releases/
PKGNAMESUFFIX= 2
@@ -87,7 +87,7 @@ PLIST_SUB+= HAS_RDRAND_RNG=""
PLIST_SUB+= HAS_RDRAND_RNG="@comment "
.endif
-.if ${ARCH} == i386 || ${ARCH} == amd64 || ${ARCH:Mpowerpc64*}
+.if ${ARCH} == i386 || ${ARCH} == amd64 || ${ARCH} == powerpc64
PLIST_SUB+= HAS_PROCESSOR_RNG=""
.else
PLIST_SUB+= HAS_PROCESSOR_RNG="@comment "