On Fri, Apr 17, 2020 at 10:42:55PM +0200, Florian Obser wrote: > $ cat /var/db/pkg/python-2.7.17p1/+REQUIRED_BY > opensmtpd-extras-6.6.0p2v0 > > Note that this is not the -python flavour. > > I stared at the ports makefile and can't figure this out. This port uses the lang/python MODULE, so BUILD- and RUN_DEPENDS are set automatically for all packages unless disabled with MODPY_*DEPENDS=No.
You probably want to disable it by default and only add the python dependency to the -python package (in case the other packages really do not need it).
