On 2016/04/30 02:22, Juan Francisco Cantero Hurtado wrote: > > > > -MODULES = devel/scons > > +MODULES = gcc4 devel/scons > .. > > +TEST_DEPENDS = lang/python/2.7 \ > > + devel/py-virtualenv \ > > + textproc/py-yaml \ > > + databases/py-mongo
Use a variable from the lang/python module, don't hardcode the dependency. > > +LIB_DEPENDS = devel/libexecinfo \ > > devel/pcre \ > > devel/yaml-cpp \ > > - lang/libv8 > > + lang/gcc/4.9,-libs iirc this last one should be added automatically by the gcc4 module. If not, use the variable from the module, don't hardcode it. But if there's a problem with the boost port, it would be much better to fix it there rather than switch to a bundled copy...