diff options
Diffstat (limited to 'devel/mongo-c-driver/Makefile')
-rw-r--r-- | devel/mongo-c-driver/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/devel/mongo-c-driver/Makefile b/devel/mongo-c-driver/Makefile index 1133291a0947..c3ac44c59718 100644 --- a/devel/mongo-c-driver/Makefile +++ b/devel/mongo-c-driver/Makefile @@ -1,5 +1,7 @@ PORTNAME= mongo-c-driver -DISTVERSION= 1.30.2 +# Note: devel/mongo-cxx-driver requires specific versions of this port +DISTVERSION= 1.30.4 +PORTREVISION= 1 CATEGORIES= devel MAINTAINER= ports@bsdserwis.com @@ -33,7 +35,7 @@ CMAKE_OFF= BUILD_TESTING \ OPTIONS_DEFINE= CRYPTOPROFILE DOCS ICU MONGODBAWS RDTSCP SASL SNAPPY \ SRV SSL ZSTD -OPTIONS_DEFAULT= SSL +OPTIONS_DEFAULT= SRV SSL OPTIONS_SUB= yes CRYPTOPROFILE_DESC= Use system crypto profile (requires OpenSSL) |