Remove restriction to i386. I can't find any reason for it, other packagers
seem to build it for at least amd64 fine, the code looks perfectly portable, and nobody answered a query on tech-pkg.
This commit is contained in:
parent
8f4826308b
commit
d31b0ef1df
1 changed files with 1 additions and 4 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.4 2007/07/08 12:35:10 wiz Exp $
|
||||
# $NetBSD: Makefile,v 1.5 2008/08/30 08:50:39 dholland Exp $
|
||||
|
||||
DISTNAME= thrulay-0.8
|
||||
CATEGORIES= benchmarks net
|
||||
|
@ -8,9 +8,6 @@ MAINTAINER= pkgsrc-users@NetBSD.org
|
|||
HOMEPAGE= http://shlang.com/thrulay/
|
||||
COMMENT= TCP and UDP network capacity tester
|
||||
|
||||
ONLY_FOR_PLATFORM= DragonFly-*-i386 FreeBSD-*-i386 Linux-*-i386 \
|
||||
NetBSD-*-i386
|
||||
|
||||
PKG_INSTALLATION_TYPES= overwrite pkgviews
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
|
|
Loading…
Reference in a new issue