aboutsummaryrefslogtreecommitdiffstats
path: root/databases/py-dbf
diff options
context:
space:
mode:
authormva <mva@FreeBSD.org>2014-10-19 16:50:17 +0800
committermva <mva@FreeBSD.org>2014-10-19 16:50:17 +0800
commitd4e0b55e3d2de55489b8645dd7d5c9ea53ca2058 (patch)
tree75814c6755c8e7b9ed02c4c7bd60001370cbdfbd /databases/py-dbf
parentdc3d0650673d81132ee89d472a4c21d49328fa91 (diff)
downloadfreebsd-ports-gnome-d4e0b55e3d2de55489b8645dd7d5c9ea53ca2058.tar.gz
freebsd-ports-gnome-d4e0b55e3d2de55489b8645dd7d5c9ea53ca2058.tar.zst
freebsd-ports-gnome-d4e0b55e3d2de55489b8645dd7d5c9ea53ca2058.zip
- Convert ports from databases/ and deskutils/ to new USES=python
Approved by: portmgr (implicit)
Diffstat (limited to 'databases/py-dbf')
-rw-r--r--databases/py-dbf/Makefile5
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>