diff options
author | linimon <linimon@FreeBSD.org> | 2017-06-25 08:29:09 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2017-06-25 08:29:09 +0800 |
commit | c5d08e42102d70dcbd448ae11773f148e7c79c69 (patch) | |
tree | ec081b06d4ac1171d90c17f7c227c9b2007dc591 /net/tcpkali | |
parent | d8546a60b4e8aaa6ea5579bab8bf414d0f3a7fc8 (diff) | |
download | freebsd-ports-gnome-c5d08e42102d70dcbd448ae11773f148e7c79c69.tar.gz freebsd-ports-gnome-c5d08e42102d70dcbd448ae11773f148e7c79c69.tar.zst freebsd-ports-gnome-c5d08e42102d70dcbd448ae11773f148e7c79c69.zip |
Begin deorbit burn of ia64. We have not attempted to build packages for
it for many years.
While here, alphabetize ARCHs, pet portlint, and modernize usages.
Approved by: portmgr (tier-2 blanket)
Diffstat (limited to 'net/tcpkali')
-rw-r--r-- | net/tcpkali/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/tcpkali/Makefile b/net/tcpkali/Makefile index 7734e7505f98..00afb4884388 100644 --- a/net/tcpkali/Makefile +++ b/net/tcpkali/Makefile @@ -11,7 +11,7 @@ COMMENT= High performance load generator for TCP and WebSocket servers LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE -ONLY_FOR_ARCHS= amd64 i386 ia64 +ONLY_FOR_ARCHS= amd64 i386 ONLY_FOR_ARCHS_REASON= uses i386 assembler GNU_CONFIGURE= yes |