aboutsummaryrefslogtreecommitdiff
path: root/security/highwayhash
diff options
context:
space:
mode:
authorAlexey Dokuchaev <danfe@FreeBSD.org>2021-10-25 12:58:26 +0000
committerAlexey Dokuchaev <danfe@FreeBSD.org>2021-10-25 12:58:29 +0000
commit61b661339366b6ee95ca1de0667979da9240c6b8 (patch)
tree0be71850bf09e9ab983b9c1f6df44b15aa8c0ecd /security/highwayhash
parent13c431b0bfec55991792bb215e463584c2fc243d (diff)
downloadports-61b661339366b6ee95ca1de0667979da9240c6b8.tar.gz
ports-61b661339366b6ee95ca1de0667979da9240c6b8.zip
Diffstat (limited to 'security/highwayhash')
-rw-r--r--security/highwayhash/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/security/highwayhash/Makefile b/security/highwayhash/Makefile
index 6f616039bb68..98eaa0bdeaca 100644
--- a/security/highwayhash/Makefile
+++ b/security/highwayhash/Makefile
@@ -13,7 +13,7 @@ LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE
ONLY_FOR_ARCHS= aarch64 amd64 powerpc powerpc64 powerpc64le
-ONLY_FOR_ARCHS_REASON= Assembly is implemented only for specific architectures in highwayhash/tsc_timer.h
+ONLY_FOR_ARCHS_REASON= assembly is implemented only for specific architectures in highwayhash/tsc_timer.h
USES= compiler:c++11-lang gmake
USE_GITHUB= yes