svn commit: r309560 - head/devel/nxt-python

Pawel Pekala pawel at FreeBSD.org
Thu Dec 27 23:37:54 UTC 2012


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


More information about the svn-ports-all mailing list