diff --git a/databases/mongodb60/Makefile b/databases/mongodb60/Makefile --- a/databases/mongodb60/Makefile +++ b/databases/mongodb60/Makefile @@ -87,6 +87,10 @@ .include +.if ${OSREL} == "12.3" +IGNORE= does not compile on 12.3, libc++ too old +.endif + ALL_TARGET= install-core # This ports is only following the Major Release.