From owner-freebsd-ports@FreeBSD.ORG Wed Apr 21 21:12:37 2010 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 99A1C106564A for ; Wed, 21 Apr 2010 21:12:37 +0000 (UTC) (envelope-from cvs-src@yandex.ru) Received: from forward15.mail.yandex.net (forward15.mail.yandex.net [95.108.130.119]) by mx1.freebsd.org (Postfix) with ESMTP id 4574A8FC13 for ; Wed, 21 Apr 2010 21:12:37 +0000 (UTC) Received: from smtp14.mail.yandex.net (smtp14.mail.yandex.net [95.108.131.192]) by forward15.mail.yandex.net (Yandex) with ESMTP id 988FD445937F; Thu, 22 Apr 2010 01:12:35 +0400 (MSD) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yandex.ru; s=mail; t=1271884355; bh=shtfTwhRPPm3rDLxhl6EAGMNkq8F3Zc1YZFjXQ1p+Og=; h=Message-ID:Date:From:MIME-Version:To:CC:Subject:Content-Type: Content-Transfer-Encoding; b=ML6oAW+Ze2pO3smnEoEZuwSBx0bhxxI7RwBe0FJUEvG4lNMgw9R9YYdcb+XWuZL6k FZ7P/ADFe2K69xiEUvPqWxl1XLniqmcorNyr9MmBcmWSKP+k3eVfAcZWvgkZlvfN0J YAF1vE6Xn2MHGLa8u22MsQg42AE+/17h/ojExkKc= Received: from smeshariki2.local (unknown [77.66.250.137]) by smtp14.mail.yandex.net (Yandex) with ESMTPSA id 6497A19B8067; Thu, 22 Apr 2010 01:12:35 +0400 (MSD) Message-ID: <4BCF6A12.5030000@yandex.ru> Date: Thu, 22 Apr 2010 01:11:46 +0400 From: Ruslan Mahmatkhanov User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; ru-RU; rv:1.9.1.8) Gecko/20100303 Thunderbird/3.0.3 MIME-Version: 1.0 To: python@FreeBSD.org Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Yandex-TimeMark: 1271884355 X-Yandex-Spam: 1 X-Yandex-Front: smtp14.mail.yandex.net Cc: FreeBSD Ports Mailing List Subject: How to depend on package in EGG? X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 21 Apr 2010 21:12:37 -0000 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