diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-01-15 22:50:18 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-01-15 22:50:18 +0000 |
commit | 281fdcd544764e5828eb1107afacc59ea6f5bacd (patch) | |
tree | 70813bf57b01e2b0389702d72246c1c1e80936f5 /biology/fasta | |
parent | 06600f966f69e86d1fbf4408e9d63c1c0f69ee5d (diff) | |
download | ports-281fdcd544764e5828eb1107afacc59ea6f5bacd.tar.gz ports-281fdcd544764e5828eb1107afacc59ea6f5bacd.zip |
Notes
Diffstat (limited to 'biology/fasta')
-rw-r--r-- | biology/fasta/Makefile | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/biology/fasta/Makefile b/biology/fasta/Makefile index ef539f2171aa..edd125a1045f 100644 --- a/biology/fasta/Makefile +++ b/biology/fasta/Makefile @@ -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> |