From owner-freebsd-ports@FreeBSD.ORG Fri Dec 11 14:18:39 2009 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 098911065676 for ; Fri, 11 Dec 2009 14:18:39 +0000 (UTC) (envelope-from kevin@caomhin.demon.co.uk) Received: from anchor-post-2.mail.demon.net (anchor-post-2.mail.demon.net [195.173.77.133]) by mx1.freebsd.org (Postfix) with ESMTP id C8E988FC23 for ; Fri, 11 Dec 2009 14:18:38 +0000 (UTC) Received: from caomhin.demon.co.uk ([62.49.21.186]) by anchor-post-2.mail.demon.net with esmtp (Exim 4.69) id 1NJ6KL-0001mc-ll; Fri, 11 Dec 2009 14:18:37 +0000 Message-ID: Date: Fri, 11 Dec 2009 14:17:29 +0000 To: rea-fbsd@codelabs.ru From: Kevin Golding References: <3Vz5WxBT45HLFw4H@caomhin.demon.co.uk> In-Reply-To: MIME-Version: 1.0 X-Mailer: Turnpike Integrated Version 5.01 U Cc: freebsd-ports@freebsd.org Subject: Re: Depending on a Python 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: Fri, 11 Dec 2009 14:18:39 -0000 In article , Eygene Ryabinkin writes >Wed, Dec 09, 2009 at 12:54:43PM +0000, Kevin Golding wrote: >> RUN_DEPENDS= ${PYTHON_SITELIBDIR}/${PYLXML_EGG}:${PORTSDIR}/devel/py- >> lxml > >What about >----- >RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}lxml>=0:${PORTSDIR}/devel/py-lxml >----- >that should be specified after the inclusion of bsd.port.pre.mk? A little slow I know (sorry, technical difficulties in other areas) but that does seem the solution. Thanks! Kevin