Port Makefile Automatically enable option

Kubilay Kocak koobs at FreeBSD.org
Thu Aug 11 14:09:14 UTC 2016


On 12/08/2016 12:01 AM, Walter Schwarzenfeld wrote:
> Is there a command to "automatically" enables an option if another
> option need it?

As a user, there's probably some make.conf shell foo you could create.

As a porter/maintainer, within the same port:

OPTION_IMPLIES=OPTION

There is a corresponding OPTION_PREVENTS helper as well

Implying/Requiring an OPTION in another port, no.





More information about the freebsd-ports mailing list