diff options
author | Ronald Klop <ronald-lists@klop.ws> | 2022-01-18 06:22:28 +0000 |
---|---|---|
committer | Kurt Jaeger <pi@FreeBSD.org> | 2022-01-18 06:23:48 +0000 |
commit | d37f55fc4cf8e37688449eb7f0fd4e25abde0731 (patch) | |
tree | b6ae623c2331aa51a55194bfd63db69f7c467668 /net/freeswitch | |
parent | 239878bd8170dee768421a5c419a738653b83e55 (diff) |
Diffstat (limited to 'net/freeswitch')
-rw-r--r-- | net/freeswitch/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/freeswitch/Makefile b/net/freeswitch/Makefile index 247643828692..3d225bd778e1 100644 --- a/net/freeswitch/Makefile +++ b/net/freeswitch/Makefile @@ -13,7 +13,7 @@ COMMENT= Multi-protocol soft switch for telephony applications LICENSE= MPL11 -ONLY_FOR_ARCHS= amd64 powerpc64 powerpc64le +ONLY_FOR_ARCHS= aarch64 amd64 powerpc64 powerpc64le BUILD_DEPENDS= gdiff:textproc/diffutils LIB_DEPENDS= libsqlite3.so:databases/sqlite3 \ |