diff options
author | Marcus von Appen <mva@FreeBSD.org> | 2014-10-19 08:50:17 +0000 |
---|---|---|
committer | Marcus von Appen <mva@FreeBSD.org> | 2014-10-19 08:50:17 +0000 |
commit | e1555011ab42870150513585c13b3a273e4bf53b (patch) | |
tree | 75814c6755c8e7b9ed02c4c7bd60001370cbdfbd /databases/pymongo/Makefile | |
parent | dae43d7a6d5bdca67edda0ed02db4a1593899b62 (diff) |
Notes
Diffstat (limited to 'databases/pymongo/Makefile')
-rw-r--r-- | databases/pymongo/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/databases/pymongo/Makefile b/databases/pymongo/Makefile index ac1adf4be544..eb095d949d42 100644 --- a/databases/pymongo/Makefile +++ b/databases/pymongo/Makefile @@ -11,9 +11,8 @@ COMMENT= Python driver for MongoDB LICENSE= APACHE20 -USE_PYTHON= yes -USE_PYDISTUTILS= yes -PYDISTUTILS_AUTOPLIST= yes +USES= python +USE_PYTHON= distutils autoplist .include <bsd.port.pre.mk> |