diff options
| author | Ed Maste <emaste@FreeBSD.org> | 2022-06-09 23:53:24 +0000 |
|---|---|---|
| committer | Ed Maste <emaste@FreeBSD.org> | 2022-06-20 13:19:52 +0000 |
| commit | e9f3e824461bb12ae21ae84a1d545a03bf0896f0 (patch) | |
| tree | b93f0b9a26b7066ea622c850ecbfa3764f657591 /usr.sbin/pkg | |
| parent | 492f5e649493fa7ae3a4ff4df886ba4312ffa8db (diff) | |
Diffstat (limited to 'usr.sbin/pkg')
| -rw-r--r-- | usr.sbin/pkg/Makefile | 2 |
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 |
