diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2004-09-26 02:03:41 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2004-09-26 02:03:41 +0000 |
commit | 0b2d663086db7d7e9eaf808fbaf3188beffdf05d (patch) | |
tree | e225576157d34b85a16cd372504cf9afded41c68 /graphics/dore/Makefile | |
parent | BROKEN 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/Makefile')
-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 |