summaryrefslogtreecommitdiff
path: root/graphics/dore
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2004-09-26 02:03:41 +0000
committerKris Kennaway <kris@FreeBSD.org>2004-09-26 02:03:41 +0000
commit0b2d663086db7d7e9eaf808fbaf3188beffdf05d (patch)
treee225576157d34b85a16cd372504cf9afded41c68 /graphics/dore
parentBROKEN on 5.x: Does not compile (diff)
BROKEN on 5.x: Does not build
Approved by: portmgr (self)
Notes
Notes: svn path=/head/; revision=118409
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