aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGanael LAPLANCHE <martymac@FreeBSD.org>2023-04-13 05:58:04 +0000
committerGanael LAPLANCHE <martymac@FreeBSD.org>2023-04-13 05:58:04 +0000
commit0dd2f85329d9a7b093dbd9d2c088cd88fd32aa24 (patch)
treebef3b26c033bf0438ae453292b5c650024b9ecf2
parentcc39cce1039bcf5b505179f90f8f44545eaf0aa5 (diff)
downloadports-0dd2f85329d9a7b093dbd9d2c088cd88fd32aa24.tar.gz
ports-0dd2f85329d9a7b093dbd9d2c088cd88fd32aa24.zip
archivers/par2cmdline-turbo: Fix wrong arch in ONLY_FOR_ARCHS
Fix wrong arm64 arch erroneously introduced in commit cc39cce
-rw-r--r--archivers/par2cmdline-turbo/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/archivers/par2cmdline-turbo/Makefile b/archivers/par2cmdline-turbo/Makefile
index 052da79971cd..9571bf391955 100644
--- a/archivers/par2cmdline-turbo/Makefile
+++ b/archivers/par2cmdline-turbo/Makefile
@@ -10,7 +10,7 @@ WWW= https://github.com/animetosho/par2cmdline-turbo
LICENSE= GPLv2
-ONLY_FOR_ARCHS= amd64 arm64
+ONLY_FOR_ARCHS= amd64 aarch64
ONLY_FOR_ARCHS_REASON= untested on other archs
USES= autoreconf compiler:c++11-lang