diff options
Diffstat (limited to 'math/kig/Makefile')
-rw-r--r-- | math/kig/Makefile | 16 |
1 files changed, 6 insertions, 10 deletions
diff --git a/math/kig/Makefile b/math/kig/Makefile index 78fe06b87144..ea18fb3b465c 100644 --- a/math/kig/Makefile +++ b/math/kig/Makefile @@ -8,24 +8,20 @@ WWW= https://www.kde.org/applications/education/kig LIB_DEPENDS= ${PY_BOOST} -USES= cmake compiler:c++11-lib desktop-file-utils gettext kde:5 qt:5 \ +USES= cmake compiler:c++11-lib desktop-file-utils gettext kde:6 qt:6 \ shebangfix tar:xz xorg \ python:run -USE_KDE= archive auth codecs completion config configwidgets coreaddons \ - jobwidgets kdelibs4support kio parts service solid sonnet \ - syntaxhighlighting texteditor textwidgets widgetsaddons \ - windowsystem xmlgui \ - ecm:build -USE_QT= concurrent core dbus gui network printsupport svg widgets xml \ - xmlpatterns \ - buildtools:build qmake:build +USE_KDE= archive configwidgets coreaddons crash \ + i18n iconthemes parts texteditor xmlgui \ + doctools:build ecm:build +USE_QT= base svg USE_XORG= x11 SHEBANG_FILES= pykig/pykig.py OPTIONS_DEFINE= DOCS post-patch: - ${REINPLACE_CMD} '/Python_ADDITIONAL_VERSIONS/s|2.7|${PYTHON_VER};2.7|' \ + ${REINPLACE_CMD} '/Python_ADDITIONAL_VERSIONS/s|3.10|${PYTHON_VER};3.10|' \ ${WRKSRC}/cmake/modules/FindBoostPython.cmake .include <bsd.port.mk> |