From 89250cab7f048e0bc5e1894108f84a69cf2069f2 Mon Sep 17 00:00:00 2001 From: Pawel Pekala Date: Thu, 27 Dec 2012 23:37:53 +0000 Subject: Make RUN_DEPENDS path independent Suggested by: jgh --- devel/nxt-python/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'devel/nxt-python') diff --git a/devel/nxt-python/Makefile b/devel/nxt-python/Makefile index 83a06c3d5b38..b30d9970b678 100644 --- a/devel/nxt-python/Makefile +++ b/devel/nxt-python/Makefile @@ -11,7 +11,7 @@ COMMENT= Python interface for the Lego Mindstorms NXT robot 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 -- cgit v1.2.3