diff options
author | Rene Ladan <rene@FreeBSD.org> | 2021-01-10 22:05:32 +0800 |
---|---|---|
committer | Rene Ladan <rene@FreeBSD.org> | 2021-01-10 22:05:32 +0800 |
commit | 850accd611e5d5823aaf3d39e44af970638c4596 (patch) | |
tree | cf136394b8a1b04b8720cccbaeedad2d0075f339 /x11/py-qt5-opengl | |
parent | 0b51de51181e407194f85f47f4d6eea86c93b526 (diff) | |
download | freebsd-ports-gnome-850accd611e5d5823aaf3d39e44af970638c4596.tar.gz freebsd-ports-gnome-850accd611e5d5823aaf3d39e44af970638c4596.tar.zst freebsd-ports-gnome-850accd611e5d5823aaf3d39e44af970638c4596.zip |
Remove empty PY_ENUM34 from ports using Python 3.6+
Diffstat (limited to 'x11/py-qt5-opengl')
-rw-r--r-- | x11/py-qt5-opengl/Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/x11/py-qt5-opengl/Makefile b/x11/py-qt5-opengl/Makefile index 6da8b3a6fc89..13c08b9aca07 100644 --- a/x11/py-qt5-opengl/Makefile +++ b/x11/py-qt5-opengl/Makefile @@ -6,9 +6,6 @@ CATEGORIES= x11 devel python MAINTAINER= kde@FreeBSD.org COMMENT= Python bindings for the Qt5 toolkit, QtOpenGL module -BUILD_DEPENDS= ${PY_ENUM34} -RUN_DEPENDS= ${PY_ENUM34} - CONFIGURE_ARGS= --enable QtOpenGL PYQT_DIST= yes |