aboutsummaryrefslogtreecommitdiffstats
path: root/cad
diff options
context:
space:
mode:
authorlinimon <linimon@FreeBSD.org>2007-02-06 10:01:27 +0800
committerlinimon <linimon@FreeBSD.org>2007-02-06 10:01:27 +0800
commit47b3d61018076fced192860784b1f8c6300a1999 (patch)
tree6bcde6a6afdffe56f5a1d0fa6a2cdea2dd8ff90b /cad
parent3e08924ce9eebb7391c5dfd2b87059482d0a1dc1 (diff)
downloadfreebsd-ports-graphics-47b3d61018076fced192860784b1f8c6300a1999.tar.gz
freebsd-ports-graphics-47b3d61018076fced192860784b1f8c6300a1999.tar.zst
freebsd-ports-graphics-47b3d61018076fced192860784b1f8c6300a1999.zip
Remove 4.X cruft.
Approved by: maintainer
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 a5f64458fa1..cc4ddea5875 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