diff options
Diffstat (limited to 'devel/py-pyutil/Makefile')
-rw-r--r-- | devel/py-pyutil/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/py-pyutil/Makefile b/devel/py-pyutil/Makefile index 5a019c3f883c..7506e0940044 100644 --- a/devel/py-pyutil/Makefile +++ b/devel/py-pyutil/Makefile @@ -12,8 +12,8 @@ COMMENT= Collection of mature utilities for Python programmers LICENSE= GPLv2 -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}simplejson>=2.1.1:${PORTSDIR}/devel/py-simplejson \ - ${PYTHON_PKGNAMEPREFIX}zbase32>=1.1.0:${PORTSDIR}/converters/zbase32 +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}simplejson>=2.1.1:devel/py-simplejson \ + ${PYTHON_PKGNAMEPREFIX}zbase32>=1.1.0:converters/zbase32 USES= python:2 USE_PYTHON= distutils autoplist |