diff options
author | linimon <linimon@FreeBSD.org> | 2007-10-05 04:52:39 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2007-10-05 04:52:39 +0800 |
commit | 7ca307af945b5e2161af4a5d17a1b250c95cf72f (patch) | |
tree | f2122f1453aeeb592a451befad2c2c93fcef4448 /textproc/opensched | |
parent | f89158bd134b3033c14d94570244cfdf474d8415 (diff) | |
download | freebsd-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/opensched')
-rw-r--r-- | textproc/opensched/Makefile | 8 |
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> |