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-dbf/Makefile | |
parent | dae43d7a6d5bdca67edda0ed02db4a1593899b62 (diff) | |
download | ports-e1555011ab42870150513585c13b3a273e4bf53b.tar.gz ports-e1555011ab42870150513585c13b3a273e4bf53b.zip |
Notes
Diffstat (limited to 'databases/py-dbf/Makefile')
-rw-r--r-- | databases/py-dbf/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/databases/py-dbf/Makefile b/databases/py-dbf/Makefile index 70125ce9cecb..10fd37a159de 100644 --- a/databases/py-dbf/Makefile +++ b/databases/py-dbf/Makefile @@ -12,8 +12,7 @@ COMMENT= Pure python package for reading/writing dbf files LICENSE= BSD3CLAUSE -USES= zip -USE_PYTHON= yes -USE_PYDISTUTILS= yes +USES= python zip +USE_PYTHON= distutils .include <bsd.port.mk> |