aboutsummaryrefslogtreecommitdiff
path: root/textproc/opensched
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2004-02-25 10:21:37 +0000
committerKris Kennaway <kris@FreeBSD.org>2004-02-25 10:21:37 +0000
commit68ee876e87ed0d5ec346642057cdb1277b908923 (patch)
treeb001d5b7430fecfadc9c44bd450b316afadb900c /textproc/opensched
parent4fbc58c5d82b26a422044b3d00c8ee1353c5eae7 (diff)
downloadports-68ee876e87ed0d5ec346642057cdb1277b908923.tar.gz
ports-68ee876e87ed0d5ec346642057cdb1277b908923.zip
BROKEN on alpha: Does not compile
Notes
Notes: svn path=/head/; revision=102062
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 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>