diff --git a/net-p2p/btqueue/Makefile b/net-p2p/btqueue/Makefile index 44ad47550fab..320637d4cc50 100644 --- a/net-p2p/btqueue/Makefile +++ b/net-p2p/btqueue/Makefile @@ -29,7 +29,7 @@ OPTIONS= PYXML "Add dependency on PyXML (needed for crawler only)" on .include .if defined(WITH_PYXML) -RUN_DEPENDS+= ${PYTHON_SITELIBDIR}/_xmlplus/__init__.py:${PORTSDIR}/textproc/py-xml +RUN_DEPENDS+= ${PYXML} .endif .include diff --git a/net/btqueue/Makefile b/net/btqueue/Makefile index 44ad47550fab..320637d4cc50 100644 --- a/net/btqueue/Makefile +++ b/net/btqueue/Makefile @@ -29,7 +29,7 @@ OPTIONS= PYXML "Add dependency on PyXML (needed for crawler only)" on .include .if defined(WITH_PYXML) -RUN_DEPENDS+= ${PYTHON_SITELIBDIR}/_xmlplus/__init__.py:${PORTSDIR}/textproc/py-xml +RUN_DEPENDS+= ${PYXML} .endif .include