aboutsummaryrefslogtreecommitdiff
path: root/databases/mongodb42
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2020-10-13 02:08:26 +0000
committerMark Linimon <linimon@FreeBSD.org>2020-10-13 02:08:26 +0000
commitd38c4a59a5d4ad77aaae6dbb321765068a720420 (patch)
treebde0a2345db08164b1c3569c837ee413ee42e766 /databases/mongodb42
parent55b9c6d8af22f8ea7df7d497b045b52b4f6a7905 (diff)
downloadports-d38c4a59a5d4ad77aaae6dbb321765068a720420.tar.gz
ports-d38c4a59a5d4ad77aaae6dbb321765068a720420.zip
Allow building on powerpc64le.
Approved by: portmgr (tier-2 blanket)
Notes
Notes: svn path=/head/; revision=552171
Diffstat (limited to 'databases/mongodb42')
-rw-r--r--databases/mongodb42/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/mongodb42/Makefile b/databases/mongodb42/Makefile
index e331698b3a31..59385f96a49c 100644
--- a/databases/mongodb42/Makefile
+++ b/databases/mongodb42/Makefile
@@ -19,7 +19,7 @@ LICENSE_NAME_SSPLv1= Server Side Public License
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} \