Date: Wed, 15 Jan 2014 22:50:19 +0000 (UTC) From: Baptiste Daroussin <bapt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r339843 - head/biology/fasta Message-ID: <201401152250.s0FMoJpB065133@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bapt Date: Wed Jan 15 22:50:18 2014 New Revision: 339843 URL: http://svnweb.freebsd.org/changeset/ports/339843 QAT: https://qat.redports.org/buildarchive/r339843/ Log: Reduce over inclusion of bsd.port.mk Modified: head/biology/fasta/Makefile Modified: head/biology/fasta/Makefile ============================================================================== --- head/biology/fasta/Makefile Wed Jan 15 22:48:32 2014 (r339842) +++ head/biology/fasta/Makefile Wed Jan 15 22:50:18 2014 (r339843) @@ -33,6 +33,8 @@ do-extract: cd ${WRKSRC} && (${GZCAT} ${DISTDIR}/$${f} | ${SH} >/dev/null); \ done +BROKEN_powerpc= Does not build: runs out of space on powerpc + .include <bsd.port.options.mk> post-install: @@ -46,10 +48,4 @@ post-install: .endfor .endif -.include <bsd.port.pre.mk> - -.if ${ARCH} == "powerpc" -IGNORE= does not build: runs out of space on powerpc -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201401152250.s0FMoJpB065133>