diff options
author | dholland <dholland@pkgsrc.org> | 2008-08-30 08:50:39 +0000 |
---|---|---|
committer | dholland <dholland@pkgsrc.org> | 2008-08-30 08:50:39 +0000 |
commit | 238cbac9eefdc779988fbd207df41cabc6907a31 (patch) | |
tree | b44bf363d003a61dceb2ae4b23e990c7ea450c99 /benchmarks | |
parent | 10bf1c5a69372e4a790ee66c7286265ad0d72e26 (diff) | |
download | pkgsrc-238cbac9eefdc779988fbd207df41cabc6907a31.tar.gz |
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.
Diffstat (limited to 'benchmarks')
-rw-r--r-- | benchmarks/thrulay/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/benchmarks/thrulay/Makefile b/benchmarks/thrulay/Makefile index b086cf80d8c..7758e8f37ad 100644 --- a/benchmarks/thrulay/Makefile +++ b/benchmarks/thrulay/Makefile @@ -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 |