summaryrefslogtreecommitdiff
path: root/textproc/opensched
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2007-10-04 20:52:39 +0000
committerMark Linimon <linimon@FreeBSD.org>2007-10-04 20:52:39 +0000
commite5b7f42722b632a9166f7e9d58afbe06f934f572 (patch)
tree0765f2b02c59f74a2a821283b2dde68455d64c13 /textproc/opensched
parentMark as broken: fails to install on i386-7. (diff)
Mark as broken on i386-7.
Notes
Notes: svn path=/head/; revision=200853
Diffstat (limited to 'textproc/opensched')
-rw-r--r--textproc/opensched/Makefile8
1 files changed, 7 insertions, 1 deletions
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 <bsd.port.pre.mk>
+.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 <bsd.port.post.mk>