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/py-pymysql | |
parent | - Convert ports from cad/, chinese/, comms/ and converters/ to new (diff) |
- Convert ports from databases/ and deskutils/ to new USES=python
Approved by: portmgr (implicit)
Notes
Notes:
svn path=/head/; revision=371173
Diffstat (limited to 'databases/py-pymysql')
-rw-r--r-- | databases/py-pymysql/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/databases/py-pymysql/Makefile b/databases/py-pymysql/Makefile index cb215e46c4f6..34906eb6418b 100644 --- a/databases/py-pymysql/Makefile +++ b/databases/py-pymysql/Makefile @@ -12,8 +12,7 @@ COMMENT= Pure Python MySQL Driver LICENSE= MIT -USE_PYTHON= yes -USE_PYDISTUTILS= yes -PYDISTUTILS_AUTOPLIST= yes +USES= python +USE_PYTHON= distutils autoplist .include <bsd.port.mk> |