aboutsummaryrefslogtreecommitdiffstats
path: root/biology/fasta
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2014-01-16 06:50:18 +0800
committerbapt <bapt@FreeBSD.org>2014-01-16 06:50:18 +0800
commit1c12a224a89cd8a0b587f661012414b38060782a (patch)
tree70813bf57b01e2b0389702d72246c1c1e80936f5 /biology/fasta
parentf7f0629331c91c71331a86b72e8b1bf008ef1522 (diff)
downloadfreebsd-ports-gnome-1c12a224a89cd8a0b587f661012414b38060782a.tar.gz
freebsd-ports-gnome-1c12a224a89cd8a0b587f661012414b38060782a.tar.zst
freebsd-ports-gnome-1c12a224a89cd8a0b587f661012414b38060782a.zip
Reduce over inclusion of bsd.port.mk
Diffstat (limited to 'biology/fasta')
-rw-r--r--biology/fasta/Makefile10
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>