Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 27 Dec 2012 23:37:54 +0000 (UTC)
From:      Pawel Pekala <pawel@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r309560 - head/devel/nxt-python
Message-ID:  <201212272337.qBRNbsDi091998@svn.freebsd.org>

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



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