lib name on LIB_DEPENDS

Chris Rees crees at FreeBSD.org
Sun Oct 28 18:31:57 UTC 2012


On 28 October 2012 17:53, Lucas Saliés Brum <sistematico at gmail.com> wrote:
> Em 28/10/2012 12:46, Rainer Hurling escreveu:
>> textproc/py-feedparser does not install any library, so you need to test
>> the presence of the python script, installed by this port:
>>
>> /usr/local/lib/python2.7/site-packages/feedparser.py
>>
>> To be path and version independent you should use something like
>>
>> ${PYTHON_SITELIBDIR}/feedparser.py:${PORTSDIR}/textproc/py-feedparser
>>
>> Hope this helps,
>> Rainer
> Thanks for your response Rainer!!
>
> http://paste.sistematico.org/16
>
> Any hint?
>

Yes, you installed py-feedparser with a different PREFIX somehow :)

Use pkg_delete -fx py27-feedparser

Once you've done that, you should be able to make your test port
without problems.

Chris


More information about the freebsd-ports mailing list