Is there a way to override a Makefile USES macro with a specific version?
For instance in the "net-p2p\sonarr" port the Makefile has a "USES Mono" macro.
But the "Mono" package is defaulting to building the Mono package 5.10 and I want it to build 5.20.
Since there is no DEFAULT_VERSIONS variable for Mono the only way I have been able to get Sonarr to use Mono 5.20 is to comment out the USES variable in the Sonarr Makefile and I then manually build and install Mono 5.20.
For instance in the "net-p2p\sonarr" port the Makefile has a "USES Mono" macro.
But the "Mono" package is defaulting to building the Mono package 5.10 and I want it to build 5.20.
Since there is no DEFAULT_VERSIONS variable for Mono the only way I have been able to get Sonarr to use Mono 5.20 is to comment out the USES variable in the Sonarr Makefile and I then manually build and install Mono 5.20.