From owner-svn-ports-head@FreeBSD.ORG Thu Dec 27 23:37:54 2012 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 7095C61C; Thu, 27 Dec 2012 23:37:54 +0000 (UTC) (envelope-from pawel@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 54AE98FC14; Thu, 27 Dec 2012 23:37:54 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qBRNbsUb091999; Thu, 27 Dec 2012 23:37:54 GMT (envelope-from pawel@svn.freebsd.org) Received: (from pawel@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qBRNbsDi091998; Thu, 27 Dec 2012 23:37:54 GMT (envelope-from pawel@svn.freebsd.org) Message-Id: <201212272337.qBRNbsDi091998@svn.freebsd.org> From: Pawel Pekala Date: Thu, 27 Dec 2012 23:37:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r309560 - head/devel/nxt-python X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 27 Dec 2012 23:37:54 -0000 Author: pawel Date: Thu Dec 27 23:37:53 2012 New Revision: 309560 URL: http://svnweb.freebsd.org/changeset/ports/309560 Log: Make RUN_DEPENDS path independent Suggested by: jgh Modified: head/devel/nxt-python/Makefile Modified: head/devel/nxt-python/Makefile ============================================================================== --- head/devel/nxt-python/Makefile Thu Dec 27 23:29:19 2012 (r309559) +++ head/devel/nxt-python/Makefile Thu Dec 27 23:37:53 2012 (r309560) @@ -11,7 +11,7 @@ COMMENT= Python interface for the Lego M LICENSE= GPLv3 -RUN_DEPENDS= ${PYTHON_SITELIBDIR}/usb.so:${PORTSDIR}/devel/py-usb +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}usb>=0:${PORTSDIR}/devel/py-usb USE_PYTHON= yes USE_PYDISTUTILS= yes