svn commit: r465039 - head/devel/py-qtconsole

Steve Wills swills at FreeBSD.org
Mon Mar 19 22:47:16 UTC 2018


Author: swills
Date: Mon Mar 19 22:47:16 2018
New Revision: 465039
URL: https://svnweb.freebsd.org/changeset/ports/465039

Log:
  devel/py-qtconsole: distutils implies flavors
  
  Reported by:	mat

Modified:
  head/devel/py-qtconsole/Makefile   (contents, props changed)

Modified: head/devel/py-qtconsole/Makefile
==============================================================================
--- head/devel/py-qtconsole/Makefile	Mon Mar 19 22:31:08 2018	(r465038)
+++ head/devel/py-qtconsole/Makefile	Mon Mar 19 22:47:16 2018	(r465039)
@@ -20,6 +20,6 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}traitlets>=0:devel
 
 USES=		pyqt:4 python
 USE_PYQT=	core gui svg
-USE_PYTHON=	distutils flavors autoplist
+USE_PYTHON=	distutils autoplist
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list