diff options
author | Ruslan Makhmatkhanov <rm@FreeBSD.org> | 2014-10-18 19:01:59 +0000 |
---|---|---|
committer | Ruslan Makhmatkhanov <rm@FreeBSD.org> | 2014-10-18 19:01:59 +0000 |
commit | 98d1053a3f89968d28ab1d5f6d7c228a6af9da00 (patch) | |
tree | 6df0680e833b080dd72c4812a8f0bf833a7d1812 /www | |
parent | Switch from clang33 to clang34 for ports using compiler:*11*, objc or (diff) |
Convert to USES=python
Notes
Notes:
svn path=/head/; revision=371154
Diffstat (limited to 'www')
-rw-r--r-- | www/py-django-annoying/Makefile | 5 | ||||
-rw-r--r-- | www/py-django-appconf/Makefile | 5 | ||||
-rw-r--r-- | www/py-django-classy-tags/Makefile | 5 | ||||
-rw-r--r-- | www/py-django-datetime-widget/Makefile | 5 |
4 files changed, 8 insertions, 12 deletions
diff --git a/www/py-django-annoying/Makefile b/www/py-django-annoying/Makefile index 2d7ce2b98058..e9a5a95bc5f4 100644 --- a/www/py-django-annoying/Makefile +++ b/www/py-django-annoying/Makefile @@ -13,8 +13,7 @@ COMMENT= Application to eliminate annoying things in the Django framework RUN_DEPENDS= ${PYTHON_SITELIBDIR}/django/bin/django-admin.py:${PORTSDIR}/www/py-django -USE_PYTHON= yes -USE_PYDISTUTILS= yes -PYDISTUTILS_AUTOPLIST= yes +USES= python +USE_PYTHON= autoplist distutils .include <bsd.port.mk> diff --git a/www/py-django-appconf/Makefile b/www/py-django-appconf/Makefile index 8d2d709d7794..bc6c7c303213 100644 --- a/www/py-django-appconf/Makefile +++ b/www/py-django-appconf/Makefile @@ -12,8 +12,7 @@ COMMENT= Helper class for handling configuration defaults gracefully LICENSE= BSD3CLAUSE -USE_PYTHON= yes -USE_PYDISTUTILS= yes -PYDISTUTILS_AUTOPLIST= yes +USES= python +USE_PYTHON= autoplist distutils .include <bsd.port.mk> diff --git a/www/py-django-classy-tags/Makefile b/www/py-django-classy-tags/Makefile index 6cc928e7cf5a..206a040c4d72 100644 --- a/www/py-django-classy-tags/Makefile +++ b/www/py-django-classy-tags/Makefile @@ -13,8 +13,7 @@ COMMENT= Class based template tags for Django RUN_DEPENDS= ${PYTHON_SITELIBDIR}/django/bin/django-admin.py:${PORTSDIR}/www/py-django -USE_PYTHON= yes -USE_PYDISTUTILS= yes -PYDISTUTILS_AUTOPLIST= yes +USES= python +USE_PYTHON= autoplist distutils .include <bsd.port.mk> diff --git a/www/py-django-datetime-widget/Makefile b/www/py-django-datetime-widget/Makefile index 4cbfd0d023c8..0f13c906b22a 100644 --- a/www/py-django-datetime-widget/Makefile +++ b/www/py-django-datetime-widget/Makefile @@ -12,8 +12,7 @@ COMMENT= Simple and clean widget for DateTimeField RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django>0:${PORTSDIR}/www/py-django -USE_PYTHON= yes -USE_PYDISTUTILS= yes -PYDISTUTILS_AUTOPLIST= yes +USES= python +USE_PYTHON= autoplist distutils .include <bsd.port.mk> |