aboutsummaryrefslogtreecommitdiffstats
path: root/benchmarks
diff options
context:
space:
mode:
authormnag <mnag@FreeBSD.org>2005-10-22 07:07:24 +0800
committermnag <mnag@FreeBSD.org>2005-10-22 07:07:24 +0800
commit13832c3c7e9d215d8295db131e7c283a696d318b (patch)
treeb130cf59637bfeb393c5085fed42a599f8378b59 /benchmarks
parent72f76d8381180ed4ee4e6c0321d87262c628971d (diff)
downloadfreebsd-ports-gnome-13832c3c7e9d215d8295db131e7c283a696d318b.tar.gz
freebsd-ports-gnome-13832c3c7e9d215d8295db131e7c283a696d318b.tar.zst
freebsd-ports-gnome-13832c3c7e9d215d8295db131e7c283a696d318b.zip
Change IGNORE to BROKEN again. In fact it's can be fixed sometime.
Notified by: kris
Diffstat (limited to 'benchmarks')
-rw-r--r--benchmarks/dbench/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/benchmarks/dbench/Makefile b/benchmarks/dbench/Makefile
index 7cd3f062f430..66d3837b4bae 100644
--- a/benchmarks/dbench/Makefile
+++ b/benchmarks/dbench/Makefile
@@ -18,11 +18,11 @@ GNU_CONFIGURE= yes
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 500000
-IGNORE= Doesn't build on FreeBSD < 5.x
+BROKEN= "Doesn't build on FreeBSD < 5.x"
.endif
.if ${ARCH} == amd64
-IGNORE= Doesn't build on arch amd64
+BROKEN= "Doesn't build on arch amd64"
.endif
.include <bsd.port.post.mk>