aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--devel/py-daemons/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/devel/py-daemons/Makefile b/devel/py-daemons/Makefile
index ee2600105309..d87c74c1f316 100644
--- a/devel/py-daemons/Makefile
+++ b/devel/py-daemons/Makefile
@@ -11,8 +11,7 @@ COMMENT= Resource library for Python developers to create daemon processes
LICENSE= APACHE20
-USE_PYTHON= yes
-USE_PYDISTUTILS= yes
-PYDISTUTILS_AUTOPLIST= yes
+USES= python
+USE_PYTHON= autoplist distutils
.include <bsd.port.mk>