aboutsummaryrefslogtreecommitdiff
path: root/biology/avida
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2015-06-27 14:29:25 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2015-06-27 14:29:25 +0000
commit58dc978e42e70ee0873a1d7c5b75b1a456116b9c (patch)
treefa6164111a542db3098c96c27549070ec5c021be /biology/avida
parenta3853b821094025c619e8adf5458ac6a132bc4ed (diff)
downloadports-58dc978e42e70ee0873a1d7c5b75b1a456116b9c.tar.gz
ports-58dc978e42e70ee0873a1d7c5b75b1a456116b9c.zip
Use BROKEN helpers
Notes
Notes: svn path=/head/; revision=390710
Diffstat (limited to 'biology/avida')
-rw-r--r--biology/avida/Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/biology/avida/Makefile b/biology/avida/Makefile
index 055fcba07661..7ad734e2cce8 100644
--- a/biology/avida/Makefile
+++ b/biology/avida/Makefile
@@ -30,11 +30,11 @@ DATA_FILES= analyze.cfg avida.cfg default-gx.org \
instset-heads-sex.cfg instset-heads.cfg instset-smt.cfg \
instset-transsmt.cfg
-.include <bsd.port.pre.mk>
+BROKEN_ia64= Does not compile: invokes i386 asm
+BROKEN_powerpc= Does not compile: invokes i386 asm
+BROKEN_sparc64= Does not compile: invokes i386 asm
-.if ${ARCH} == "ia64" || ${ARCH} == "powerpc" || ${ARCH} == "sparc64"
-BROKEN= Does not compile: invokes i386 asm
-.endif
+.include <bsd.port.options.mk>
post-patch:
@${FIND} ${WRKSRC} -name "CMakeLists.txt" | ${XARGS} \
@@ -69,4 +69,4 @@ do-install:
${STAGEDIR}${DOCSDIR})
.endif
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>