aboutsummaryrefslogtreecommitdiffstats
path: root/biology/avida/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'biology/avida/Makefile')
-rw-r--r--biology/avida/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/biology/avida/Makefile b/biology/avida/Makefile
index 637e8a3af5c..d81dcfd8f55 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>