From e5b7f42722b632a9166f7e9d58afbe06f934f572 Mon Sep 17 00:00:00 2001 From: Mark Linimon Date: Thu, 4 Oct 2007 20:52:39 +0000 Subject: Mark as broken on i386-7. --- textproc/opensched/Makefile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'textproc/opensched') diff --git a/textproc/opensched/Makefile b/textproc/opensched/Makefile index a632306eea9c..17f0a531c1b1 100644 --- a/textproc/opensched/Makefile +++ b/textproc/opensched/Makefile @@ -23,8 +23,14 @@ PLIST_FILES= bin/opensched .include +.if ${OSVERSION} >= 700042 +.if ${ARCH} == "i386" +BROKEN= Does not install +.endif +.endif + .if ${ARCH} == "alpha" -BROKEN= "Does not compile" +BROKEN= Does not compile .endif .include -- cgit v1.2.3