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