aboutsummaryrefslogtreecommitdiff
path: root/cad
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2007-02-06 02:01:27 +0000
committerMark Linimon <linimon@FreeBSD.org>2007-02-06 02:01:27 +0000
commit8be462141aef7ea4a62f4f75d6520a03fc1fbe80 (patch)
tree5b1a7d41c0b36b14c63866971c0f202355e24db1 /cad
parent93f79f9f520c028c937ba49470fbc967f2cb3550 (diff)
downloadports-8be462141aef7ea4a62f4f75d6520a03fc1fbe80.tar.gz
ports-8be462141aef7ea4a62f4f75d6520a03fc1fbe80.zip
Notes
Diffstat (limited to 'cad')
-rw-r--r--cad/brlcad/Makefile5
1 files changed, 1 insertions, 4 deletions
diff --git a/cad/brlcad/Makefile b/cad/brlcad/Makefile
index a5f64458fa17..cc4ddea5875b 100644
--- a/cad/brlcad/Makefile
+++ b/cad/brlcad/Makefile
@@ -162,10 +162,7 @@ OPTIONS= OPTIMIZATION "Try building with optimizations" on
EXTRA_LIBS= ${PTHREAD_LIBS}
-# we only run on i386 and amd64 release 5+
-.if ${OSVERSION} < 500000
-BROKEN= Does not compile on FreeBSD-${OSREL}
-.elif !(${ARCH} == i386 || ${ARCH} == amd64 || ${ARCH} == sparc64)
+.if !(${ARCH} == i386 || ${ARCH} == amd64 || ${ARCH} == sparc64)
IGNORE= dumps core on ${ARCH}
.endif