summaryrefslogtreecommitdiff
path: root/biology
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2004-02-23 03:59:05 +0000
committerKris Kennaway <kris@FreeBSD.org>2004-02-23 03:59:05 +0000
commitd2eb9c33eaef78729cf7b46d39a0c60cb9e35380 (patch)
treefc0904b848561a04594cd52a21b69264a28f33b8 /biology
parentThis is broken everywhere except for i386 4.x. (diff)
BROKEN on alpha: Does not compile
Notes
Notes: svn path=/head/; revision=101807
Diffstat (limited to 'biology')
-rw-r--r--biology/migrate/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/biology/migrate/Makefile b/biology/migrate/Makefile
index 3af3e84a2889..c062600973df 100644
--- a/biology/migrate/Makefile
+++ b/biology/migrate/Makefile
@@ -32,4 +32,10 @@ post-install:
@ ${INSTALL_DATA} ${WRKSRC}/graphics/* ${DOCSDIR}/graphics
.endif
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${ARCH} == "alpha"
+BROKEN= "Does not compile"
+.endif
+
+.include <bsd.port.post.mk>