K 10 svn:author V 4 feld K 8 svn:date V 27 2015-06-28T17:04:21.506872Z K 7 svn:log V 569 Require python as a run dependency, too python is required for you to be able to build custom vmods and also for other vmods in the ports tree to build. Better off including the requirement here as we ship the vmodtool.py utility and do not want to surprise end users. shebangfix was included as the default shebang on vmodtool.py is /usr/bin/env python which is not going to work unless the lang/python metaport is installed, which is not included with USES=python. Instead we just rewrite this to whichever the default system python intepreter is (PYTHON_VERISON). END