diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2007-10-04 20:52:39 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2007-10-04 20:52:39 +0000 |
commit | e5b7f42722b632a9166f7e9d58afbe06f934f572 (patch) | |
tree | 0765f2b02c59f74a2a821283b2dde68455d64c13 /textproc/opensched | |
parent | 404666371244670c42407d904d980a11edd55ad5 (diff) | |
download | ports-e5b7f42722b632a9166f7e9d58afbe06f934f572.tar.gz ports-e5b7f42722b632a9166f7e9d58afbe06f934f572.zip |
Notes
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> |