diff options
author | Piotr Kubaj <pkubaj@FreeBSD.org> | 2021-11-16 17:25:40 +0000 |
---|---|---|
committer | Piotr Kubaj <pkubaj@FreeBSD.org> | 2021-11-16 17:25:40 +0000 |
commit | 08defaafc7031b040ad94515e94ff7d7f5241733 (patch) | |
tree | 1c98d83fc370ef4c7c7e9c874bebdcbf117ca26d | |
parent | 58c1349a63e43308ef325ecddc873f3b499e4aa4 (diff) |
misc/dahdi-kmod26: enable on powerpc64le
-rw-r--r-- | misc/dahdi-kmod26/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/dahdi-kmod26/Makefile b/misc/dahdi-kmod26/Makefile index a3a0f395b784..63fb01336241 100644 --- a/misc/dahdi-kmod26/Makefile +++ b/misc/dahdi-kmod26/Makefile @@ -17,7 +17,7 @@ COMMENT= Digium/Asterisk Hardware Device Interface RUN_DEPENDS= ${LOCALBASE}/sbin/dahdi_cfg:misc/dahdi -ONLY_FOR_ARCHS= amd64 i386 powerpc powerpc64 sparc64 +ONLY_FOR_ARCHS= amd64 i386 powerpc powerpc64 powerpc64le sparc64 DAHDI_VERSION= 2.6.1-r10747 DAHDI_TOOLS_VERSION= 2.4.0-rc1 |