diff options
| author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2024-10-21 06:29:01 +0000 |
|---|---|---|
| committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2024-10-21 09:17:25 +0000 |
| commit | 99dcedd5a914b717e10c0edcbd4d0c39d162d0f0 (patch) | |
| tree | 86ee3dc5c23904ed9ed689056cda95c26d2a5ffa | |
| parent | 6cd3b6751db55cd73073fcbefefaa80e0197ad96 (diff) | |
*/Makefile: Sort SUBDIRs
| -rw-r--r-- | x11-toolkits/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-toolkits/Makefile b/x11-toolkits/Makefile index 8f467233fa00..69f759fc7b06 100644 --- a/x11-toolkits/Makefile +++ b/x11-toolkits/Makefile @@ -177,8 +177,8 @@ SUBDIR += py-kivy SUBDIR += py-python-xlib SUBDIR += py-qt5-chart - SUBDIR += py-qt6-chart SUBDIR += py-qt5-datavis3d + SUBDIR += py-qt6-chart SUBDIR += py-qt6-datavis3d SUBDIR += py-superqt SUBDIR += py-tkinter |
