aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/dore
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2004-09-26 10:03:41 +0800
committerkris <kris@FreeBSD.org>2004-09-26 10:03:41 +0800
commit5b860cdff911dce643c141b8e1ffeb9a6db18a2a (patch)
treee97240597569a68f1f09c882b4ce8e1c73dba148 /graphics/dore
parentf2e53ddededaebd5444187d7abad9f65b85faa9c (diff)
downloadfreebsd-ports-gnome-5b860cdff911dce643c141b8e1ffeb9a6db18a2a.tar.gz
freebsd-ports-gnome-5b860cdff911dce643c141b8e1ffeb9a6db18a2a.tar.zst
freebsd-ports-gnome-5b860cdff911dce643c141b8e1ffeb9a6db18a2a.zip
BROKEN on 5.x: Does not build
Approved by: portmgr (self)
Diffstat (limited to 'graphics/dore')
-rw-r--r--graphics/dore/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/graphics/dore/Makefile b/graphics/dore/Makefile
index b2732413996a..2fafc2c16d3e 100644
--- a/graphics/dore/Makefile
+++ b/graphics/dore/Makefile
@@ -26,6 +26,10 @@ MAKE_ENV= DORE_LOC=${WRKDIR}
.include <bsd.port.pre.mk>
+.if ${OSVERSION} >= 502126
+BROKEN= "Does not build on FreeBSD >= 5.x"
+.endif
+
.if ${ARCH} == "sparc64"
BROKEN= "Does not compile on sparc64"
.endif