diff options
author | kris <kris@FreeBSD.org> | 2006-03-26 05:17:21 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2006-03-26 05:17:21 +0800 |
commit | 3a9e9c1bf1a0f85ff09d9356174762f45144098b (patch) | |
tree | 2dba6c15c93c7716ba7d973cde0e39c296113a8e /cad | |
parent | 91eca1c572e7222eb5466764de7bcada8671e1ec (diff) | |
download | freebsd-ports-graphics-3a9e9c1bf1a0f85ff09d9356174762f45144098b.tar.gz freebsd-ports-graphics-3a9e9c1bf1a0f85ff09d9356174762f45144098b.tar.zst freebsd-ports-graphics-3a9e9c1bf1a0f85ff09d9356174762f45144098b.zip |
BROKEN on 5.x: Does not compile
Diffstat (limited to 'cad')
-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 ca83c614225..9ca435a8cf1 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 |