diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2015-09-25 21:22:20 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2015-09-25 21:22:20 +0000 |
commit | aae533f52fecbeb387ef322688f5670ff942176f (patch) | |
tree | 1fb372c1d685a1960c5d85b288c2a7396771eeec /net/tcpkali | |
parent | 2ba4e4bdbd175c5cbb4dc788cb9e397da62fa140 (diff) | |
download | ports-aae533f52fecbeb387ef322688f5670ff942176f.tar.gz ports-aae533f52fecbeb387ef322688f5670ff942176f.zip |
Notes
Diffstat (limited to 'net/tcpkali')
-rw-r--r-- | net/tcpkali/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/net/tcpkali/Makefile b/net/tcpkali/Makefile index 601b54479b48..77c3236d2403 100644 --- a/net/tcpkali/Makefile +++ b/net/tcpkali/Makefile @@ -10,6 +10,9 @@ COMMENT= High performance load generator for TCP and WebSocket servers LICENSE= BSD2CLAUSE +ONLY_FOR_ARCHS= amd64 i386 ia64 +ONLY_FOR_ARCHS_REASON= uses i386 assembler + GNU_CONFIGURE= yes USES= autoreconf libtool gmake |