Date: Wed, 21 Apr 2010 14:23:25 -0700 From: Garrett Cooper <yanefbsd@gmail.com> To: Ruslan Mahmatkhanov <cvs-src@yandex.ru> Cc: FreeBSD Ports Mailing List <ports@freebsd.org>, python@freebsd.org Subject: Re: How to depend on package in EGG? Message-ID: <j2g7d6fde3d1004211423y3cd7027bh2b2518adf5ab5a87@mail.gmail.com> In-Reply-To: <4BCF6A12.5030000@yandex.ru> References: <4BCF6A12.5030000@yandex.ru>
next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, Apr 21, 2010 at 2:11 PM, Ruslan Mahmatkhanov <cvs-src@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?j2g7d6fde3d1004211423y3cd7027bh2b2518adf5ab5a87>