diff options
author | rm <rm@FreeBSD.org> | 2016-02-03 04:01:44 +0800 |
---|---|---|
committer | rm <rm@FreeBSD.org> | 2016-02-03 04:01:44 +0800 |
commit | 189ce67b405ad2771c9d697d3cca87523fc160c1 (patch) | |
tree | e5545f4771db0649e7eab227cd7bdf71a845f98d /math/convertall | |
parent | d4ba5b91aca1e9b16b4947cc5da787d984fb7248 (diff) | |
download | freebsd-ports-gnome-189ce67b405ad2771c9d697d3cca87523fc160c1.tar.gz freebsd-ports-gnome-189ce67b405ad2771c9d697d3cca87523fc160c1.tar.zst freebsd-ports-gnome-189ce67b405ad2771c9d697d3cca87523fc160c1.zip |
Bump minimal python3 version to 3.3 in USES
Because we are going to remove python 3.2 from the ports tree
With hat: python
Diffstat (limited to 'math/convertall')
-rw-r--r-- | math/convertall/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/convertall/Makefile b/math/convertall/Makefile index 54cf64283be1..8dd94a21fdee 100644 --- a/math/convertall/Makefile +++ b/math/convertall/Makefile @@ -15,7 +15,7 @@ LICENSE_FILE= ${WRKSRC}/doc/LICENSE BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}qt4-gui>=0:${PORTSDIR}/x11-toolkits/py-qt4-gui RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}qt4-gui>=0:${PORTSDIR}/x11-toolkits/py-qt4-gui -USES= python:3.2+ +USES= python:3.3+ CONFIGURE_ARGS= -p ${PREFIX} -d ${DOCSDIR} -i ${DATADIR}/icons -b ${STAGEDIR} NO_BUILD= yes |