summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--www/py-bottle/Makefile5
-rw-r--r--www/py-cssmin/Makefile5
2 files changed, 4 insertions, 6 deletions
diff --git a/www/py-bottle/Makefile b/www/py-bottle/Makefile
index bcd025d5794e..245d3f8812c6 100644
--- a/www/py-bottle/Makefile
+++ b/www/py-bottle/Makefile
@@ -13,8 +13,7 @@ COMMENT= Fast and simple WSGI-framework for small web-applications
LICENSE= MIT
-USE_PYTHON= yes
-USE_PYDISTUTILS= yes
-PYDISTUTILS_AUTOPLIST= yes
+USES= python
+USE_PYTHON= autoplist distutils
.include <bsd.port.mk>
diff --git a/www/py-cssmin/Makefile b/www/py-cssmin/Makefile
index 9a5e711516d0..2dd6943f4e2e 100644
--- a/www/py-cssmin/Makefile
+++ b/www/py-cssmin/Makefile
@@ -10,8 +10,7 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= loader@freebsdmall.com
COMMENT= Python port of the YUI CSS compression algorithm
-USE_PYTHON= yes
-USE_PYDISTUTILS= yes
-PYDISTUTILS_AUTOPLIST= yes
+USES= python
+USE_PYTHON= autoplist distutils
.include <bsd.port.mk>