diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2004-02-25 10:21:37 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2004-02-25 10:21:37 +0000 |
commit | 68ee876e87ed0d5ec346642057cdb1277b908923 (patch) | |
tree | b001d5b7430fecfadc9c44bd450b316afadb900c /textproc/opensched | |
parent | 4fbc58c5d82b26a422044b3d00c8ee1353c5eae7 (diff) | |
download | ports-68ee876e87ed0d5ec346642057cdb1277b908923.tar.gz ports-68ee876e87ed0d5ec346642057cdb1277b908923.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 597e69a0af48..bf6083256fe8 100644 --- a/textproc/opensched/Makefile +++ b/textproc/opensched/Makefile @@ -22,4 +22,10 @@ USE_GMAKE= yes MAN1= opensched.1 PLIST_FILES= bin/opensched -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${ARCH} == "alpha" +BROKEN= "Does not compile" +.endif + +.include <bsd.port.post.mk> |