diff options
author | Piotr Kubaj <pkubaj@FreeBSD.org> | 2021-11-07 12:14:59 +0000 |
---|---|---|
committer | Piotr Kubaj <pkubaj@FreeBSD.org> | 2021-11-07 12:14:59 +0000 |
commit | 123f5e1c0c00599dd68f3a99e6314202fb702d0f (patch) | |
tree | fbeea880878750864b021456a1a5e3b20d583dea /biology/hyphy | |
parent | a8d0913fed1f28dbbe481067aaa13ec196af649f (diff) |
Diffstat (limited to 'biology/hyphy')
-rw-r--r-- | biology/hyphy/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/biology/hyphy/Makefile b/biology/hyphy/Makefile index b14601320c1f..a2730276ad58 100644 --- a/biology/hyphy/Makefile +++ b/biology/hyphy/Makefile @@ -8,7 +8,7 @@ COMMENT= Hypothesis testing using Phylogenies LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -ONLY_FOR_ARCHS= aarch64 amd64 i386 +ONLY_FOR_ARCHS= aarch64 amd64 i386 powerpc64 powerpc LIB_DEPENDS= libcurl.so:ftp/curl |