diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2017-12-04 04:35:12 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2017-12-04 04:35:12 +0800 |
commit | 08073c0c9e24fc30a39e2d070decec5d7653ac18 (patch) | |
tree | b3ccf69911fa886a88dfdb190c74e571c3213640 | |
parent | 7e38c9b344d6a5de8b2b28ad0a75c924485cfd49 (diff) | |
download | freebsd-ports-gnome-08073c0c9e24fc30a39e2d070decec5d7653ac18.tar.gz freebsd-ports-gnome-08073c0c9e24fc30a39e2d070decec5d7653ac18.tar.zst freebsd-ports-gnome-08073c0c9e24fc30a39e2d070decec5d7653ac18.zip |
Change from USES=python:2 to USES=python:2.7
- Bump PORTREVISION for dependency change
-rw-r--r-- | devel/py-python2-pythondialog/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/py-python2-pythondialog/Makefile b/devel/py-python2-pythondialog/Makefile index a7f83a36256c..358edac20d94 100644 --- a/devel/py-python2-pythondialog/Makefile +++ b/devel/py-python2-pythondialog/Makefile @@ -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> |