aboutsummaryrefslogtreecommitdiffstats
path: root/biology/avida
diff options
context:
space:
mode:
authorlinimon <linimon@FreeBSD.org>2010-04-01 13:16:19 +0800
committerlinimon <linimon@FreeBSD.org>2010-04-01 13:16:19 +0800
commitda8f0853adae8aab3297cf3b94ab0872013558e2 (patch)
treee379b79fc9599ab2ffed8b3205c51b8669e842fb /biology/avida
parentbb38fa1017be9dbd2be5987793912f413376ed2b (diff)
downloadfreebsd-ports-gnome-da8f0853adae8aab3297cf3b94ab0872013558e2.tar.gz
freebsd-ports-gnome-da8f0853adae8aab3297cf3b94ab0872013558e2.tar.zst
freebsd-ports-gnome-da8f0853adae8aab3297cf3b94ab0872013558e2.zip
Mark various ports as broken or ignore on powerpc.
While here, remove remnants of alpha.
Diffstat (limited to 'biology/avida')
-rw-r--r--biology/avida/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/biology/avida/Makefile b/biology/avida/Makefile
index 637e8a3af5c5..d81dcfd8f55a 100644
--- a/biology/avida/Makefile
+++ b/biology/avida/Makefile
@@ -35,4 +35,10 @@ post-install:
cd ${WRKSRC}/documentation && ${COPYTREE_SHARE} . ${DOCSDIR}
.endif
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${ARCH} == "powerpc"
+BROKEN= Does not compile on powerpc: invokes i386 asm
+.endif
+
+.include <bsd.port.post.mk>