diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2018-06-25 13:04:46 +0800 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2018-06-25 13:04:46 +0800 |
commit | 57f9587f0092b0991ef573753c89db047f870d1c (patch) | |
tree | 213ed70b3ac4096119ac6ca4d9ba304f9718c17b /biology/ngs-sdk/Makefile | |
parent | dea0d0054ad5ecc8594c7e1d9605b5d22df61880 (diff) | |
download | freebsd-ports-gnome-57f9587f0092b0991ef573753c89db047f870d1c.tar.gz freebsd-ports-gnome-57f9587f0092b0991ef573753c89db047f870d1c.tar.zst freebsd-ports-gnome-57f9587f0092b0991ef573753c89db047f870d1c.zip |
Mark as broken on aarch64.
Approved by: portmgr (tier-2 blanket)
Diffstat (limited to 'biology/ngs-sdk/Makefile')
-rw-r--r-- | biology/ngs-sdk/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/biology/ngs-sdk/Makefile b/biology/ngs-sdk/Makefile index 3f034e4b7fa9..b0eb401ac46b 100644 --- a/biology/ngs-sdk/Makefile +++ b/biology/ngs-sdk/Makefile @@ -11,6 +11,8 @@ COMMENT= Tools and libraries for using data in the INSDC Sequence Read Archives LICENSE= PD LICENSE_FILE= ${WRKSRC}/LICENSE +BROKEN_aarch64= fails to configure: unsupported architecture 'FreeBSD' + USES= gmake perl5 GNU_CONFIGURE= yes USE_GITHUB= yes |