On 2013/01/16 16:15, Florian Obser wrote: > updated port, version number is now 2012.01.28 - the day of > the last commit.
Oh sorry I missed this in my last mail, but LIB_DEPENDS is wrong here, that is only for use where there is an associated WANTLIB. Libraries for perl/python etc usually need to be BUILD_DEPENDS and RUN_DEPENDS. If you want to set one variable from the contents of another to avoid duplication, do it this way round: RUN_DEPENDS= devel/py-rcsparse BUILD_DEPENDS= ${RUN_DEPENDS} otherwise automatically added build deps will make it into run deps.