diff options
author | Piotr Kubaj <pkubaj@FreeBSD.org> | 2021-01-13 06:18:04 +0800 |
---|---|---|
committer | Piotr Kubaj <pkubaj@FreeBSD.org> | 2021-01-13 06:18:04 +0800 |
commit | 6900e1f992592f2fa70fd79ac97c6ed6c76735f4 (patch) | |
tree | 6db6a009fa2e400c946fc9d3e9f5bdf0ae75e104 /science/abinit | |
parent | 4884b761030295ae1522b605f491d7e24886569e (diff) | |
download | freebsd-ports-gnome-6900e1f992592f2fa70fd79ac97c6ed6c76735f4.tar.gz freebsd-ports-gnome-6900e1f992592f2fa70fd79ac97c6ed6c76735f4.tar.zst freebsd-ports-gnome-6900e1f992592f2fa70fd79ac97c6ed6c76735f4.zip |
science/abinit: enable on powerpc64
Diffstat (limited to 'science/abinit')
-rw-r--r-- | science/abinit/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/science/abinit/Makefile b/science/abinit/Makefile index 52fd2d73e289..79608825b1a5 100644 --- a/science/abinit/Makefile +++ b/science/abinit/Makefile @@ -11,7 +11,7 @@ COMMENT= Full-featured atomic-scale first-principles simulation software LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/COPYING -ONLY_FOR_ARCHS= amd64 +ONLY_FOR_ARCHS= amd64 powerpc64 BUILD_DEPENDS= gm4:devel/m4 \ ${PYNUMPY} \ |