Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 13 Apr 2020 20:49:54 +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: r531633 - head/graphics/py-visvis
Message-ID:  <202004132049.03DKnsC8055061@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Mon Apr 13 20:49:53 2020
New Revision: 531633
URL: https://svnweb.freebsd.org/changeset/ports/531633

Log:
  Unbreak bulk -a

Modified:
  head/graphics/py-visvis/Makefile

Modified: head/graphics/py-visvis/Makefile
==============================================================================
--- head/graphics/py-visvis/Makefile	Mon Apr 13 20:26:30 2020	(r531632)
+++ head/graphics/py-visvis/Makefile	Mon Apr 13 20:49:53 2020	(r531633)
@@ -18,7 +18,7 @@ RUN_DEPENDS=	${PYNUMPY} \
 		${PYTHON_PKGNAMEPREFIX}pyside2>=0:devel/pyside2@${PY_FLAVOR}
 LIB_DEPENDS=	libfltk.so:x11-toolkits/fltk
 
-USES=		gl python pyqt:5
+USES=		gl python:3.5+ pyqt:5
 USE_GL=		gl
 USE_PYQT=	core gui
 USE_PYTHON=	autoplist distutils



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202004132049.03DKnsC8055061>