aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOlivier Cochard <olivier@FreeBSD.org>2021-06-29 15:46:54 +0000
committerOlivier Cochard <olivier@FreeBSD.org>2021-06-29 15:56:50 +0000
commit21f8dd252518ef09f68ec38b7c82ee930f107c21 (patch)
tree838542d2b4f3ac5e4ab8e68fffcee3db4e525ad5
parentca24a792c496ac8c1177e41b0e8dd969c84ab5fd (diff)
downloadports-21f8dd252518ef09f68ec38b7c82ee930f107c21.tar.gz
ports-21f8dd252518ef09f68ec38b7c82ee930f107c21.zip
net/tcplog_dumper: Enable build on all 64-bit platforms
Reported by: tuexen Sponsored by: Netflix
-rw-r--r--net/tcplog_dumper/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/net/tcplog_dumper/Makefile b/net/tcplog_dumper/Makefile
index 3f485a038239..08598ea23f2c 100644
--- a/net/tcplog_dumper/Makefile
+++ b/net/tcplog_dumper/Makefile
@@ -9,7 +9,8 @@ COMMENT= Dump data from the tcp_log device
LICENSE= BSD2CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
-ONLY_FOR_ARCHS= amd64
+ONLY_FOR_ARCHS= aarch64 amd64 mips64 mips64el mips64elhf mips64hf powerpc64 powerpc64le riscv64 riscv64sf
+ONLY_FOR_ARCHS_REASON= Only 64-bit platforms are supported
USE_GITHUB= yes
GH_ACCOUNT= Netflix