aboutsummaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorSteve Wills <swills@FreeBSD.org>2018-03-19 22:47:16 +0000
committerSteve Wills <swills@FreeBSD.org>2018-03-19 22:47:16 +0000
commit898293309a63300816f8e7b7c623b1fc3c912629 (patch)
treec00abba549eef0959442ed56d44d3b808fb3d71c /devel
parentf4af458e544faaa8b26490be8e0603d35a3c35ef (diff)
downloadports-898293309a63300816f8e7b7c623b1fc3c912629.tar.gz
ports-898293309a63300816f8e7b7c623b1fc3c912629.zip
devel/py-qtconsole: distutils implies flavors
Reported by: mat
Notes
Notes: svn path=/head/; revision=465039
Diffstat (limited to 'devel')
-rw-r--r--devel/py-qtconsole/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/py-qtconsole/Makefile b/devel/py-qtconsole/Makefile
index 42d7e99f7b50..6a0a98fb562a 100644
--- a/devel/py-qtconsole/Makefile
+++ b/devel/py-qtconsole/Makefile
@@ -20,6 +20,6 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}traitlets>=0:devel/py-traitlets@${FLAVOR} \
USES= pyqt:4 python
USE_PYQT= core gui svg
-USE_PYTHON= distutils flavors autoplist
+USE_PYTHON= distutils autoplist
.include <bsd.port.mk>