diff options
-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 |