From: Stuart Henderson Subject: Re: [new] geo/nco To: Marco van Hulten Cc: Landry Breuil , ports@openbsd.org, Martin Reindl Date: Wed, 18 Feb 2026 14:31:39 +0000 On 2026/01/14 12:10, Marco van Hulten wrote: > Apropos, I don't really understand why and how using CMake in a > dependency demand using CMake in a package. not sure whether it applies here, but sometimes software using another port as a dependency wants to have .cmake files provided with that port, which are only created in a cmake build. so that is sometimes a reason why you might want to use a cmake build rather than an autoconf build.