On 2010/11/11 15:32, Kirill Bychkov wrote: > Hello. > I'm trying to add python bindings to graphics/lcms. There is a problem with > LIB-DEPENDS in -python subpackage|: > py-lcms-1.18a(graphics/lcms,-python): > LIB_DEPENDS: python2.6.1 from python-2.6.6 > (/usr/local/lib/python2.6/site-packages/_lcms.so) > > I have LIB_DEPENDS-python = ${MODPY_LIB_DEPENDS} > What's wrong?
${MODPY_WANTLIB} is missing from WANTLIB-python, you will also need @pkgpath markers so that pkg_add -u can work correctly.