diff options
Diffstat (limited to 'databases/py-dbf')
-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> |