aboutsummaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authorpawel <pawel@FreeBSD.org>2012-12-28 07:37:53 +0800
committerpawel <pawel@FreeBSD.org>2012-12-28 07:37:53 +0800
commit0e07f585f5387b515ecb583937f6551819e1354a (patch)
tree730df05bfa4981a5c3e6cf3699c3349d4f69cd47 /devel
parent9fb6b82dcf9a0236cdb1683f326c74fa6af0003c (diff)
downloadfreebsd-ports-gnome-0e07f585f5387b515ecb583937f6551819e1354a.tar.gz
freebsd-ports-gnome-0e07f585f5387b515ecb583937f6551819e1354a.tar.zst
freebsd-ports-gnome-0e07f585f5387b515ecb583937f6551819e1354a.zip
Make RUN_DEPENDS path independent
Suggested by: jgh
Diffstat (limited to 'devel')
-rw-r--r--devel/nxt-python/Makefile2
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