Date: Fri, 7 Dec 2018 23:42:38 +0000 (UTC) From: Antoine Brodin <antoine@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486902 - head/devel/py-qtconsole Message-ID: <201812072342.wB7NgcLM000381@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: antoine Date: Fri Dec 7 23:42:38 2018 New Revision: 486902 URL: https://svnweb.freebsd.org/changeset/ports/486902 Log: Unbreak the ports tree Modified: head/devel/py-qtconsole/Makefile Modified: head/devel/py-qtconsole/Makefile ============================================================================== --- head/devel/py-qtconsole/Makefile Fri Dec 7 23:30:10 2018 (r486901) +++ head/devel/py-qtconsole/Makefile Fri Dec 7 23:42:38 2018 (r486902) @@ -18,7 +18,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}traitlets>=0:devel ${PYTHON_PKGNAMEPREFIX}pygments>=0:textproc/py-pygments@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}ipykernel5>=5.1:devel/py-ipykernel5@${PY_FLAVOR} -USES= pyqt:5 python +USES= pyqt:5 python:3.4+ USE_PYQT= core gui printsupport sip svg widgets USE_PYTHON= distutils autoplist
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201812072342.wB7NgcLM000381>