From owner-freebsd-ports@FreeBSD.ORG Thu Apr 22 05:32:33 2010 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 31C211065670 for ; Thu, 22 Apr 2010 05:32:33 +0000 (UTC) (envelope-from makc@issp.ac.ru) Received: from mail.issp.ac.ru (mail.issp.ac.ru [77.236.34.3]) by mx1.freebsd.org (Postfix) with ESMTP id 8C6088FC16 for ; Thu, 22 Apr 2010 05:32:32 +0000 (UTC) Received: from [80.73.162.185] [80.73.162.185:41968] (HELO/EHLO luna.dio.ru, authenticated with PLAIN) by mail.issp.ac.ru with ESMTP/inet id o3M5VjJs036044 (using TLSv1/SSLv3, with cipher DHE-RSA-AES256-SHA (256 bits), verified NO) Thu, 22 Apr 2010 09:31:45 +0400 (MSD) From: Max Brazhnikov Organization: ISSP RAS To: freebsd-ports@freebsd.org Date: Thu, 22 Apr 2010 09:32:29 +0400 User-Agent: KMail/1.13.2 (FreeBSD/8.0-STABLE; KDE/4.4.2; amd64; ; ) References: <4BCF6A12.5030000@yandex.ru> <4BCF7AF5.5000004@FreeBSD.org> <4BCFD4A7.60105@yandex.ru> In-Reply-To: <4BCFD4A7.60105@yandex.ru> MIME-Version: 1.0 Content-Type: Text/Plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Message-Id: <201004220932.29601.makc@issp.ac.ru> X-Greylist: Sender succeeded SMTP AUTH authentication, not delayed by milter-greylist-3.0 (mail.issp.ac.ru [77.236.34.3]); Thu, 22 Apr 2010 09:31:45 +0400 (MSD) Cc: Ruslan Mahmatkhanov Subject: Re: 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: Thu, 22 Apr 2010 05:32:33 -0000 On Thu, 22 Apr 2010 08:46:31 +0400, Ruslan Mahmatkhanov wrote: > 22.04.2010 02:23, Greg Larkin =D0=BF=D0=B8=D1=88=D0=B5=D1=82: > > You can depend on the installed package name, instead of a file in the > > port like so: > >=20 > > RUN_DEPENDS+=3D py-enchant>=3D0:${PORTSDIR}/textproc/py-enchant You have to use ${PYTHON_PKGNAMEPREFIX}enchant>=3D0 in this case. Max