diff options
author | Ruslan Makhmatkhanov <rm@FreeBSD.org> | 2014-10-18 19:08:30 +0000 |
---|---|---|
committer | Ruslan Makhmatkhanov <rm@FreeBSD.org> | 2014-10-18 19:08:30 +0000 |
commit | 36bf746c40b1f372934c5fb502f9dbd8b07b6526 (patch) | |
tree | ff4097107c300d6048e03b11806a6039e946546a /www/py-django-cms/Makefile | |
parent | www/py-django-appmedia: convert to USES=python (diff) |
www/py-django-cms: convert to USES=python
Approved by: portmgr (blanket)
Notes
Notes:
svn path=/head/; revision=371157
Diffstat (limited to '')
-rw-r--r-- | www/py-django-cms/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/www/py-django-cms/Makefile b/www/py-django-cms/Makefile index c484e0e9048a..b21fe85fccbc 100644 --- a/www/py-django-cms/Makefile +++ b/www/py-django-cms/Makefile @@ -20,9 +20,8 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}south>=0.7.3:${PORTSDIR}/databases/py-south ${PYTHON_PKGNAMEPREFIX}django-sekizai>=0.6.1:${PORTSDIR}/www/py-django-sekizai \ ${PYTHON_PKGNAMEPREFIX}html5lib>=0.90:${PORTSDIR}/www/py-html5lib -USE_PYTHON= 2 -USE_PYDISTUTILS= yes -PYDISTUTILS_AUTOPLIST= yes +USES= python:2 +USE_PYTHON= autoplist distutils OPTIONSFILE= ${PORT_DBDIR}/${PORTNAME}/options OPTIONS_MULTI= DATABASE |