Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 19 Mar 2018 22:47:16 +0000 (UTC)
From:      Steve Wills <swills@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r465039 - head/devel/py-qtconsole
Message-ID:  <201803192247.w2JMlGNa079557@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>



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