diff options
author | linimon <linimon@FreeBSD.org> | 2017-06-27 06:26:55 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2017-06-27 06:26:55 +0800 |
commit | 4154e780b7eac74b62a186eabde635d28afbc6fb (patch) | |
tree | 79c8bd41dd9c9a0a5fcd969ff0940ca49f8aedd9 /net | |
parent | 1eba2a3c6deb135016a62a54cc288281f13199b8 (diff) | |
download | freebsd-ports-gnome-4154e780b7eac74b62a186eabde635d28afbc6fb.tar.gz freebsd-ports-gnome-4154e780b7eac74b62a186eabde635d28afbc6fb.tar.zst freebsd-ports-gnome-4154e780b7eac74b62a186eabde635d28afbc6fb.zip |
Scrub pc98 from ARCH definitions. While here, sort ARCHs and clean up.
Approved by: portmgr (tier-2 blanket)
Diffstat (limited to 'net')
-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 00afb4884388..b5cf83bf6f6d 100644 --- a/net/tcpkali/Makefile +++ b/net/tcpkali/Makefile @@ -12,7 +12,7 @@ LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE ONLY_FOR_ARCHS= amd64 i386 -ONLY_FOR_ARCHS_REASON= uses i386 assembler +ONLY_FOR_ARCHS_REASON= uses x86 assembler GNU_CONFIGURE= yes USES= autoreconf libtool gmake ncurses |