diff options
-rw-r--r-- | databases/mongodb60/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/mongodb60/Makefile b/databases/mongodb60/Makefile index 0aae4b5ca928..061430f4067a 100644 --- a/databases/mongodb60/Makefile +++ b/databases/mongodb60/Makefile @@ -14,7 +14,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 -#IGNORE= segmentation fault at runtime: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=267668 +IGNORE= segmentation fault at runtime: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=267668 ONLY_FOR_ARCHS= aarch64 amd64 powerpc64le ONLY_FOR_ARCHS_REASON= only ported to amd64, aarch64, and powerpc64le on FreeBSD; upstream supports arm64, ppc64le, s390x, and x86-64 |