On Tue, Jun 12, 2018 at 08:44:19PM +0100, Stuart Henderson wrote: > On 2018/06/12 16:34, Elias M. Mariani wrote: > > > +WANTLIB = #empty > > > +RUN_DEPENDS = #empty > > > +LIB_DEPENDS = #empty > > > > > > - it's a noop, but leave these as they were. just set RUN_DEPENDS-docs to > > > empty > > > and let -main inherit from the default. and WANTLIB/LIB_DEPENDS aren't set > > > by default anyway so no need to override, just set them for -main. > > > > Are you sure that RUN_DEPENDS-docs and WANTLIB-docs overrides > > RUN_DEPENDS and WANTLIB ? > > yes, but you don't need to believe me. use 'make show=<variable>'.
or make dump-vars easiest way to figure out everything on a MULTI_PACKAGES port. It's also exhaustively documented in bsd.port.mk(5) (FLAVORS AND MULTI_PACKAGES subsection)
