diff options
author | linimon <linimon@FreeBSD.org> | 2018-03-18 21:48:07 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2018-03-18 21:48:07 +0800 |
commit | 3dac485e12fcf313cb78c3d36cea67bba30e150c (patch) | |
tree | 1dc37ada7dc6b69b53ff34f0a938be5721fbf56f /biology | |
parent | 9a2943b82e2bc3e3bbf6630bf95cd211ea9a1e53 (diff) | |
download | freebsd-ports-gnome-3dac485e12fcf313cb78c3d36cea67bba30e150c.tar.gz freebsd-ports-gnome-3dac485e12fcf313cb78c3d36cea67bba30e150c.tar.zst freebsd-ports-gnome-3dac485e12fcf313cb78c3d36cea67bba30e150c.zip |
Mark broken on armvX and mips.
Diffstat (limited to 'biology')
-rw-r--r-- | biology/migrate/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/biology/migrate/Makefile b/biology/migrate/Makefile index f732d9a17403..29586ced9d16 100644 --- a/biology/migrate/Makefile +++ b/biology/migrate/Makefile @@ -10,6 +10,10 @@ DISTNAME= ${PORTNAME}-${PORTVERSION}.src MAINTAINER= ports@FreeBSD.org COMMENT= Program to estimate population sizes and migration rates +BROKEN_armv6= fails to build: make[2]: cannot open makefile +BROKEN_armv7= fails to build: make[2]: cannot open makefile +BROKEN_mips= fails to build: make[2]: cannot open makefile + WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}/src EXTRACT_AFTER_ARGS=--exclude zlib |