Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 22 Apr 2010 01:11:46 +0400
From:      Ruslan Mahmatkhanov <cvs-src@yandex.ru>
To:        python@FreeBSD.org
Cc:        FreeBSD Ports Mailing List <ports@freebsd.org>
Subject:   How to depend on package in EGG?
Message-ID:  <4BCF6A12.5030000@yandex.ru>

next in thread | raw e-mail | index | archive | help
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.

-- 
Regards,
Ruslan



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4BCF6A12.5030000>