diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2020-10-13 02:08:26 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2020-10-13 02:08:26 +0000 |
commit | d38c4a59a5d4ad77aaae6dbb321765068a720420 (patch) | |
tree | bde0a2345db08164b1c3569c837ee413ee42e766 /databases/mongodb44/Makefile | |
parent | 55b9c6d8af22f8ea7df7d497b045b52b4f6a7905 (diff) | |
download | ports-d38c4a59a5d4ad77aaae6dbb321765068a720420.tar.gz ports-d38c4a59a5d4ad77aaae6dbb321765068a720420.zip |
Notes
Diffstat (limited to 'databases/mongodb44/Makefile')
-rw-r--r-- | databases/mongodb44/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/mongodb44/Makefile b/databases/mongodb44/Makefile index 2f83930590c9..36bbdbbb6956 100644 --- a/databases/mongodb44/Makefile +++ b/databases/mongodb44/Makefile @@ -19,7 +19,7 @@ LICENSE_NAME_SSPLv1= Server Side Public License Version 1 LICENSE_FILE_SSPLv1= ${WRKSRC}/LICENSE-Community.txt LICENSE_PERMS_SSPLv1= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept -ONLY_FOR_ARCHS= aarch64 amd64 +ONLY_FOR_ARCHS= aarch64 amd64 powerpc64le ONLY_FOR_ARCHS_REASON= "Only ported to amd64 and aarch64 on FreeBSD. Upstream supports arm64, ppc64le, s390x and x86-64." BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cheetah3>0:devel/py-cheetah3@${PY_FLAVOR} \ |