diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-29 21:43:17 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-29 21:43:17 +0000 |
commit | aeac01a4bbd80367d8720b2194bc14765d50af6b (patch) | |
tree | 626d2288bada68bcb887f72d08c8de3dfe0595dc /www/py-django-json-rpc | |
parent | science/minc2: Unbreak, Upgrade version 2.0.18 => 2.2.00 and stage (diff) |
Convert some more USE_BZIP2 to USES=tar:bzip2
Approved by: portmgr (not really, but touches unstaged ports)
Diffstat (limited to 'www/py-django-json-rpc')
-rw-r--r-- | www/py-django-json-rpc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/py-django-json-rpc/Makefile b/www/py-django-json-rpc/Makefile index 975fc596e861..8bf8cbad798e 100644 --- a/www/py-django-json-rpc/Makefile +++ b/www/py-django-json-rpc/Makefile @@ -15,7 +15,7 @@ RUN_DEPENDS= ${PYTHON_SITELIBDIR}/django/bin/django-admin.py:${PORTSDIR}/www/py- LICENSE= MIT -USE_BZIP2= yes +USES= tar:bzip2 USE_PYTHON= yes USE_PYDISTUTILS= yes PYDISTUTILS_AUTOPLIST= yes |