summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2004-02-23 03:52:12 +0000
committerKris Kennaway <kris@FreeBSD.org>2004-02-23 03:52:12 +0000
commit76a02c2544e7b2b78f25dca94f012605e62c95ff (patch)
tree9208c078df184f6b9657381e6d759731818f012a /devel
parentBROKEN on alpha 5.x: Does not compile (coredump) (diff)
This is broken on alpha 4.x as well.
Notes
Notes: svn path=/head/; revision=101803
Diffstat (limited to 'devel')
-rw-r--r--devel/bglibs/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/bglibs/Makefile b/devel/bglibs/Makefile
index 2bcd3d2fdd81..a576776b570b 100644
--- a/devel/bglibs/Makefile
+++ b/devel/bglibs/Makefile
@@ -32,7 +32,7 @@ do-install:
.include <bsd.port.pre.mk>
-.if ${ARCH} == "alpha" && ${OSVERSION} >= 502102
+.if ${ARCH} == "alpha"
BROKEN= "Does not compile (coredump)"
.endif