diff options
Diffstat (limited to 'devel/rbtools/Makefile')
-rw-r--r-- | devel/rbtools/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/rbtools/Makefile b/devel/rbtools/Makefile index 139e48a9fc95..ed89ca1e96f0 100644 --- a/devel/rbtools/Makefile +++ b/devel/rbtools/Makefile @@ -11,8 +11,8 @@ COMMENT= Set of client tools to use with Review Board LICENSE= MIT -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>=1.8.0:${PORTSDIR}/devel/py-six \ - ${PYTHON_PKGNAMEPREFIX}sqlite3>0:${PORTSDIR}/databases/py-sqlite3 +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>=1.8.0:devel/py-six \ + ${PYTHON_PKGNAMEPREFIX}sqlite3>0:databases/py-sqlite3 ORIGNAME= RBTools |