diff options
author | Tilman Keskinoz <arved@FreeBSD.org> | 2005-11-14 20:11:57 +0000 |
---|---|---|
committer | Tilman Keskinoz <arved@FreeBSD.org> | 2005-11-14 20:11:57 +0000 |
commit | d4f5dbb5e257dcd3bc8a6f395c1c024108d35439 (patch) | |
tree | ca4029d685c3ad05139e5f5b654460b0d000258b /benchmarks | |
parent | 9434746a7e5e4ee33188ece2acf4b4b134b03e1c (diff) | |
download | ports-d4f5dbb5e257dcd3bc8a6f395c1c024108d35439.tar.gz ports-d4f5dbb5e257dcd3bc8a6f395c1c024108d35439.zip |
Actually the new version works on amd64.
Tested by: me
Approved by: maintainer
Notes
Notes:
svn path=/head/; revision=148272
Diffstat (limited to 'benchmarks')
-rw-r--r-- | benchmarks/dbench/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/benchmarks/dbench/Makefile b/benchmarks/dbench/Makefile index a8262109e5b6..933312029b65 100644 --- a/benchmarks/dbench/Makefile +++ b/benchmarks/dbench/Makefile @@ -15,8 +15,6 @@ COMMENT= A simulation of the Ziff-Davis netbench benchmark GNU_CONFIGURE= yes -NOT_FOR_ARCHS= amd64 - .include <bsd.port.pre.mk> .if ${OSVERSION} < 500000 |