diff options
Diffstat (limited to 'databases/py-couchdb/Makefile')
-rw-r--r-- | databases/py-couchdb/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/py-couchdb/Makefile b/databases/py-couchdb/Makefile index 4f51393f2cc4..cf7e60bd878e 100644 --- a/databases/py-couchdb/Makefile +++ b/databases/py-couchdb/Makefile @@ -13,9 +13,9 @@ COMMENT= Simple Library to Allow Python Applications to Use CouchDB LICENSE= BSD3CLAUSE -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}simplejson>=0:devel/py-simplejson +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}simplejson>=0:devel/py-simplejson@${FLAVOR} USES= python -USE_PYTHON= distutils pythonprefix +USE_PYTHON= distutils autoplist concurrent pythonprefix .include <bsd.port.mk> |