diff options
author | Olivier Cochard <olivier@FreeBSD.org> | 2022-03-02 22:46:28 +0000 |
---|---|---|
committer | Olivier Cochard <olivier@FreeBSD.org> | 2022-03-02 22:46:28 +0000 |
commit | 46e2a7268509667e5d28d3944bceac2449d7bc51 (patch) | |
tree | 0ca75e2a3ea2528bfcab788c68ca4c48f389b35b | |
parent | 127c92e068c9b58b0703226da28d0a4c1d45a39f (diff) | |
download | ports-46e2a7268509667e5d28d3944bceac2449d7bc51.tar.gz ports-46e2a7268509667e5d28d3944bceac2449d7bc51.zip |
net/pkt-gen: Not for arch i386
-rw-r--r-- | net/pkt-gen/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/net/pkt-gen/Makefile b/net/pkt-gen/Makefile index 8f356ac50910..9116fb981608 100644 --- a/net/pkt-gen/Makefile +++ b/net/pkt-gen/Makefile @@ -7,6 +7,9 @@ COMMENT= Packet sink/source using the netmap API LICENSE= BSD2CLAUSE +NOT_FOR_ARCHS= i386 +NOT_FOR_ARCHS_REASON= Not supported on i386 + USES= gmake USE_GITHUB= yes GH_ACCOUNT= luigirizzo |