diff options
author | Pawel Pekala <pawel@FreeBSD.org> | 2012-12-27 23:37:53 +0000 |
---|---|---|
committer | Pawel Pekala <pawel@FreeBSD.org> | 2012-12-27 23:37:53 +0000 |
commit | 89250cab7f048e0bc5e1894108f84a69cf2069f2 (patch) | |
tree | 730df05bfa4981a5c3e6cf3699c3349d4f69cd47 /devel/nxt-python/Makefile | |
parent | 72a353c2e0aa72f17d99be66db90839cc3f87341 (diff) | |
download | ports-89250cab7f048e0bc5e1894108f84a69cf2069f2.tar.gz ports-89250cab7f048e0bc5e1894108f84a69cf2069f2.zip |
Notes
Diffstat (limited to 'devel/nxt-python/Makefile')
-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 |