diff options
-rw-r--r-- | cad/leocad/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/cad/leocad/Makefile b/cad/leocad/Makefile index ca83c6142254..9ca435a8cf11 100644 --- a/cad/leocad/Makefile +++ b/cad/leocad/Makefile @@ -31,6 +31,10 @@ MAKE_ENV+= CXX=${CXX} .include <bsd.port.pre.mk> +.if ${OSVERSION} < 600000 && ${OSVERSION} >= 504105 +BROKEN= Does not compile on FreeBSD 5.x +.endif + post-extract: @unzip -q -o ${DISTDIR}/leocad-pieces-20030330.zip -d ${WRKDIR}/pieces |