diff options
Diffstat (limited to 'biology/fasta/Makefile')
-rw-r--r-- | biology/fasta/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/biology/fasta/Makefile b/biology/fasta/Makefile index cd15d20c8b8..cf6389f61ed 100644 --- a/biology/fasta/Makefile +++ b/biology/fasta/Makefile @@ -45,4 +45,10 @@ post-install: .endfor .endif -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${ARCH} == "powerpc" +IGNORE= does not build: runs out of space on powerpc +.endif + +.include <bsd.port.post.mk> |