aboutsummaryrefslogtreecommitdiffstats
path: root/textproc
diff options
context:
space:
mode:
authorlinimon <linimon@FreeBSD.org>2007-10-05 04:52:39 +0800
committerlinimon <linimon@FreeBSD.org>2007-10-05 04:52:39 +0800
commit7ca307af945b5e2161af4a5d17a1b250c95cf72f (patch)
treef2122f1453aeeb592a451befad2c2c93fcef4448 /textproc
parentf89158bd134b3033c14d94570244cfdf474d8415 (diff)
downloadfreebsd-ports-gnome-7ca307af945b5e2161af4a5d17a1b250c95cf72f.tar.gz
freebsd-ports-gnome-7ca307af945b5e2161af4a5d17a1b250c95cf72f.tar.zst
freebsd-ports-gnome-7ca307af945b5e2161af4a5d17a1b250c95cf72f.zip
Mark as broken on i386-7.
Diffstat (limited to 'textproc')
-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>