aboutsummaryrefslogtreecommitdiff
path: root/benchmarks/dbench/Makefile
diff options
context:
space:
mode:
authorRenato Botelho <garga@FreeBSD.org>2005-11-14 12:59:34 +0000
committerRenato Botelho <garga@FreeBSD.org>2005-11-14 12:59:34 +0000
commit42f1e59b6021362d1aa8d4eb1726d562469f6371 (patch)
tree0856febbb76e9354da422c2556e1224c9b96f8b4 /benchmarks/dbench/Makefile
parent9d8cde838fc2ba45e5d4b2fa04657f0408b71103 (diff)
downloadports-42f1e59b6021362d1aa8d4eb1726d562469f6371.tar.gz
ports-42f1e59b6021362d1aa8d4eb1726d562469f6371.zip
Notes
Diffstat (limited to 'benchmarks/dbench/Makefile')
-rw-r--r--benchmarks/dbench/Makefile8
1 files changed, 3 insertions, 5 deletions
diff --git a/benchmarks/dbench/Makefile b/benchmarks/dbench/Makefile
index 66d3837b4bae..a8262109e5b6 100644
--- a/benchmarks/dbench/Makefile
+++ b/benchmarks/dbench/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= dbench
-PORTVERSION= 3.03
+PORTVERSION= 3.04
CATEGORIES= benchmarks
MASTER_SITES= http://samba.org/ftp/tridge/dbench/
@@ -15,14 +15,12 @@ COMMENT= A simulation of the Ziff-Davis netbench benchmark
GNU_CONFIGURE= yes
+NOT_FOR_ARCHS= amd64
+
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 500000
BROKEN= "Doesn't build on FreeBSD < 5.x"
.endif
-.if ${ARCH} == amd64
-BROKEN= "Doesn't build on arch amd64"
-.endif
-
.include <bsd.port.post.mk>