diff options
author | kris <kris@FreeBSD.org> | 2004-09-26 02:03:41 +0000 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2004-09-26 02:03:41 +0000 |
commit | 5b860cdff911dce643c141b8e1ffeb9a6db18a2a (patch) | |
tree | e97240597569a68f1f09c882b4ce8e1c73dba148 | |
parent | f2e53ddededaebd5444187d7abad9f65b85faa9c (diff) | |
download | FreeBSD-ports-5b860cdff911dce643c141b8e1ffeb9a6db18a2a.zip FreeBSD-ports-5b860cdff911dce643c141b8e1ffeb9a6db18a2a.tar.gz |
BROKEN on 5.x: Does not build
Approved by: portmgr (self)
-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 b273241..2fafc2c 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 |