summaryrefslogtreecommitdiff
path: root/usr.sbin/pkg
diff options
context:
space:
mode:
authorEd Maste <emaste@FreeBSD.org>2022-06-09 23:53:24 +0000
committerEd Maste <emaste@FreeBSD.org>2022-06-20 13:19:52 +0000
commite9f3e824461bb12ae21ae84a1d545a03bf0896f0 (patch)
treeb93f0b9a26b7066ea622c850ecbfa3764f657591 /usr.sbin/pkg
parent492f5e649493fa7ae3a4ff4df886ba4312ffa8db (diff)
Diffstat (limited to 'usr.sbin/pkg')
-rw-r--r--usr.sbin/pkg/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/pkg/Makefile b/usr.sbin/pkg/Makefile
index 29bd6ea5e1af..e40265146657 100644
--- a/usr.sbin/pkg/Makefile
+++ b/usr.sbin/pkg/Makefile
@@ -10,7 +10,7 @@ PKGCONFBRANCH?= latest
. if ${BRANCH:MBETA*} || ${BRANCH:MRC*} || ${BRANCH:MRELEASE*}
PKGCONFBRANCH?= quarterly
. else
-. if ${MACHINE} != "amd64" && ${MACHINE} != "i386"
+. if ${MACHINE} != "amd64" && ${MACHINE} != "i386" && ${MACHINE} != "arm64"
PKGCONFBRANCH?= quarterly
. else
PKGCONFBRANCH?= latest