diff options
Diffstat (limited to 'devel/nxt-python')
-rw-r--r-- | devel/nxt-python/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |