Change from USES=python:2 to USES=python:2.7

- Bump PORTREVISION for dependency change
This commit is contained in:
Sunpoet Po-Chuan Hsieh 2017-12-03 20:35:12 +00:00
parent 8620e4a57d
commit 4033b995e9
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=455442

View file

@ -3,6 +3,7 @@
PORTNAME= python2-pythondialog
PORTVERSION= 3.4.0
PORTREVISION= 1
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@ -15,6 +16,6 @@ LICENSE_FILE= ${WRKSRC}/COPYING
NO_ARCH= yes
USE_PYTHON= autoplist distutils
USES= python:2 tar:bz2
USES= python:2.7 tar:bz2
.include <bsd.port.mk>