K 10 svn:author V 4 bapt K 8 svn:date V 27 2013-03-15T16:37:31.994524Z K 7 svn:log V 432 Load features at the end of pre.mk instead of the begonning of post.mk This allows to test/manipulates variables from USES between .pre.mk and .post.mk Having it loaded in the end of pre.mk still allows to set USES inside bsd.*.mk and after bsd.port.options.mk. The only limitation is that USES set after bsd.port.pre.mk will not be taken loaded. Which is the same behaviour as for USE_*. Requested by: bdrewery Exp-run by: miwi END