diff options
author | Rene Ladan <rene@FreeBSD.org> | 2014-01-13 21:00:02 +0000 |
---|---|---|
committer | Rene Ladan <rene@FreeBSD.org> | 2014-01-13 21:00:02 +0000 |
commit | 50f8eaece13e14735ce71c2c22f8aac07f7cd50a (patch) | |
tree | 15cdc9de8e1435e170938ead4c0c26dfe041a7e6 /news/hellanzb | |
parent | Update to alpha-20140112 (diff) |
Python cleanup:
- USE_PYTHON* = 2.X -> USE_PYTHON* = 2
- USE_PYTHON* = 2.X+ -> USE_PYTHON* = yes
Reviewed by: python (mva, rm)
Approved by: portmgr-lurkers (mat)
Notes
Notes:
svn path=/head/; revision=339634
Diffstat (limited to 'news/hellanzb')
-rw-r--r-- | news/hellanzb/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/news/hellanzb/Makefile b/news/hellanzb/Makefile index e9e215f56ae1..753382a2c066 100644 --- a/news/hellanzb/Makefile +++ b/news/hellanzb/Makefile @@ -18,7 +18,7 @@ RUN_DEPENDS= par2:${PORTSDIR}/archivers/par2cmdline \ ${PYTHON_PKGNAMEPREFIX}yenc>=0:${PORTSDIR}/news/py-yenc \ mac:${PORTSDIR}/audio/mac -USE_PYTHON= -2.7 +USE_PYTHON= 2 USE_PYDISTUTILS=yes USES= twisted:run,web PORTDOCS= CHANGELOG CREDITS README |