diff options
author | Ronald Klop <ronald@FreeBSD.org> | 2024-04-08 17:13:22 +0000 |
---|---|---|
committer | Ronald Klop <ronald@FreeBSD.org> | 2024-04-08 17:16:25 +0000 |
commit | 9220f0b1125626b100a823b801cec4d8362ec523 (patch) | |
tree | 35d3e51eb70ba09b1292b3a6aa60415a291f7589 /databases | |
parent | bcc1ca8057766e2975b771c72c1ec65654a9c680 (diff) | |
download | ports-9220f0b1125626b100a823b801cec4d8362ec523.tar.gz ports-9220f0b1125626b100a823b801cec4d8362ec523.zip |
Diffstat (limited to 'databases')
-rw-r--r-- | databases/mongodb50/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/databases/mongodb50/Makefile b/databases/mongodb50/Makefile index 6c7008b71cc0..ccbc2e666182 100644 --- a/databases/mongodb50/Makefile +++ b/databases/mongodb50/Makefile @@ -1,6 +1,7 @@ PORTNAME= mongodb DISTVERSIONPREFIX= r DISTVERSION= 5.0.26 +PORTREVISION= 1 CATEGORIES= databases net MASTER_SITES= https://fastdl.mongodb.org/src/ \ http://fastdl.mongodb.org/src/ @@ -62,7 +63,7 @@ USERS= mongodb GROUPS= mongodb OPTIONS_DEFINE= LTO SASL SSL NOAVX -OPTIONS_DEFAULT= LTO SASL SSL +OPTIONS_DEFAULT= SASL SSL NOAVX_DESC= "Disable AVX instructions on amd64 (Sandybridge+)" |