diff options
author | kris <kris@FreeBSD.org> | 2004-09-26 10:03:41 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2004-09-26 10:03:41 +0800 |
commit | 5b860cdff911dce643c141b8e1ffeb9a6db18a2a (patch) | |
tree | e97240597569a68f1f09c882b4ce8e1c73dba148 /graphics/dore | |
parent | f2e53ddededaebd5444187d7abad9f65b85faa9c (diff) | |
download | freebsd-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/Makefile | 4 |
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 |