svn commit: r390710 - head/biology/avida

Baptiste Daroussin bapt at FreeBSD.org
Sat Jun 27 14:29:26 UTC 2015


Author: bapt
Date: Sat Jun 27 14:29:25 2015
New Revision: 390710
URL: https://svnweb.freebsd.org/changeset/ports/390710

Log:
  Use BROKEN helpers

Modified:
  head/biology/avida/Makefile

Modified: head/biology/avida/Makefile
==============================================================================
--- head/biology/avida/Makefile	Sat Jun 27 14:25:19 2015	(r390709)
+++ head/biology/avida/Makefile	Sat Jun 27 14:29:25 2015	(r390710)
@@ -30,11 +30,11 @@ DATA_FILES=	analyze.cfg avida.cfg defaul
 		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>


More information about the svn-ports-all mailing list