How to depend on package in EGG?

Garrett Cooper yanefbsd at gmail.com
Wed Apr 21 21:23:26 UTC 2010


On Wed, Apr 21, 2010 at 2:11 PM, Ruslan Mahmatkhanov <cvs-src at yandex.ru> wrote:
> Good day!
>
> I want add option in port's Makefile to depend on textproc/py-enchant.
> But how i can do it? It installs as python egg.
>
> .if defined(WITH_ENCHANT)
> RUN_DEPENDS+=${LOCALBASE}/????/enchant/__init__.py:${PORTSDIR}/textproc/py-enchant
> .endif
>
> What should i wrote instead ???? in left part of this RUN_DEPENDS string?
>
> Thanks in advance for answer.

Depend on the .egg instead of the __init__.py file?
-Garrett


More information about the freebsd-ports mailing list