summaryrefslogtreecommitdiff
path: root/x11-toolkits
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2021-01-10 14:05:32 +0000
committerRene Ladan <rene@FreeBSD.org>2021-01-10 14:05:32 +0000
commit850accd611e5d5823aaf3d39e44af970638c4596 (patch)
treecf136394b8a1b04b8720cccbaeedad2d0075f339 /x11-toolkits
parenttextproc/py-sphinx: Update to 3.4.2 (diff)
Remove empty PY_ENUM34 from ports using Python 3.6+
Notes
Notes: svn path=/head/; revision=561070
Diffstat (limited to 'x11-toolkits')
-rw-r--r--x11-toolkits/py-qt5-chart/Makefile3
-rw-r--r--x11-toolkits/py-qt5-gui/Makefile3
-rw-r--r--x11-toolkits/py-qt5-quick/Makefile3
-rw-r--r--x11-toolkits/py-qt5-quick3d/Makefile3
-rw-r--r--x11-toolkits/py-qt5-quickwidgets/Makefile3
-rw-r--r--x11-toolkits/py-qt5-widgets/Makefile3
6 files changed, 0 insertions, 18 deletions
diff --git a/x11-toolkits/py-qt5-chart/Makefile b/x11-toolkits/py-qt5-chart/Makefile
index fc4cf67f7c59..9ac959819c94 100644
--- a/x11-toolkits/py-qt5-chart/Makefile
+++ b/x11-toolkits/py-qt5-chart/Makefile
@@ -12,9 +12,6 @@ COMMENT= Python bindings for the Qt5 toolkit, QtChart module
LICENSE= ${PYQT5_LICENSE}
-BUILD_DEPENDS= ${PY_ENUM34}
-RUN_DEPENDS= ${PY_ENUM34}
-
USES= gl python:3.5+ pyqt:5 qt:5
USE_GL= gl
USE_PYQT= sip_build core gui widgets
diff --git a/x11-toolkits/py-qt5-gui/Makefile b/x11-toolkits/py-qt5-gui/Makefile
index ed0ba47236d0..341de9583484 100644
--- a/x11-toolkits/py-qt5-gui/Makefile
+++ b/x11-toolkits/py-qt5-gui/Makefile
@@ -6,9 +6,6 @@ CATEGORIES= x11-toolkits devel python
MAINTAINER= kde@FreeBSD.org
COMMENT= Python bindings for the Qt5 toolkit, QtGui module
-BUILD_DEPENDS= ${PY_ENUM34}
-RUN_DEPENDS= ${PY_ENUM34}
-
CONFIGURE_ARGS= --enable QtGui
PYQT_DIST= yes
diff --git a/x11-toolkits/py-qt5-quick/Makefile b/x11-toolkits/py-qt5-quick/Makefile
index a441785ce38c..2fd055a24f29 100644
--- a/x11-toolkits/py-qt5-quick/Makefile
+++ b/x11-toolkits/py-qt5-quick/Makefile
@@ -6,9 +6,6 @@ CATEGORIES= x11-toolkits devel python
MAINTAINER= kde@FreeBSD.org
COMMENT= Python bindings for the Qt5 toolkit, QtQuick module
-BUILD_DEPENDS= ${PY_ENUM34}
-RUN_DEPENDS= ${PY_ENUM34}
-
CONFIGURE_ARGS= --enable QtQuick
PYQT_DIST= yes
diff --git a/x11-toolkits/py-qt5-quick3d/Makefile b/x11-toolkits/py-qt5-quick3d/Makefile
index 08914f920cf1..c94ac45ba337 100644
--- a/x11-toolkits/py-qt5-quick3d/Makefile
+++ b/x11-toolkits/py-qt5-quick3d/Makefile
@@ -6,9 +6,6 @@ CATEGORIES= x11-toolkits devel python
MAINTAINER= kde@FreeBSD.org
COMMENT= Python bindings for the Qt5 toolkit, QtQuick3D module
-BUILD_DEPENDS= ${PY_ENUM34}
-RUN_DEPENDS= ${PY_ENUM34}
-
CONFIGURE_ARGS= --enable QtQuick3D
PYQT_DIST= yes
diff --git a/x11-toolkits/py-qt5-quickwidgets/Makefile b/x11-toolkits/py-qt5-quickwidgets/Makefile
index 5457b9e46018..01498dd0a79c 100644
--- a/x11-toolkits/py-qt5-quickwidgets/Makefile
+++ b/x11-toolkits/py-qt5-quickwidgets/Makefile
@@ -6,9 +6,6 @@ CATEGORIES= x11-toolkits devel python
MAINTAINER= kde@FreeBSD.org
COMMENT= Python bindings for the Qt5 toolkit, QtQuickWidgets module
-BUILD_DEPENDS= ${PY_ENUM34}
-RUN_DEPENDS= ${PY_ENUM34}
-
USES= gl python:3.5+ pyqt:5 qt:5
USE_GL= gl
USE_PYQT= core_run gui_run sip_build
diff --git a/x11-toolkits/py-qt5-widgets/Makefile b/x11-toolkits/py-qt5-widgets/Makefile
index 348d93d43ec1..80838abd946e 100644
--- a/x11-toolkits/py-qt5-widgets/Makefile
+++ b/x11-toolkits/py-qt5-widgets/Makefile
@@ -6,9 +6,6 @@ CATEGORIES= x11-toolkits devel python
MAINTAINER= kde@FreeBSD.org
COMMENT= Python bindings for the Qt5 toolkit, QtWidgets module
-BUILD_DEPENDS= ${PY_ENUM34}
-RUN_DEPENDS= ${PY_ENUM34}
-
CONFIGURE_ARGS= --enable QtWidgets
PYQT_DIST= yes