diff options
author | Jose Alonso Cardenas Marquez <acm@FreeBSD.org> | 2023-12-23 00:44:13 +0000 |
---|---|---|
committer | Jose Alonso Cardenas Marquez <acm@FreeBSD.org> | 2023-12-23 01:11:52 +0000 |
commit | 4a05009c90523749592b92eb68b736a3fad5cb98 (patch) | |
tree | bedd73134ab9ff9cad012b36fd689e4455f02080 /editors/Makefile | |
parent | 97616b0e4d07dc0589030fb3b88e357d9bd46bb2 (diff) |
editors/lazarus-*: Update to 3.0.0 and 3.1.0
- Add editors/lazarus-qt6
- Add new CONFLICTS
- Change default lazarus and lazarus-devel to 3.0.0 and 3.1.0
- Change lazarus.mk file. Now stable and devel version support qt6 interface
Diffstat (limited to 'editors/Makefile')
-rw-r--r-- | editors/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/editors/Makefile b/editors/Makefile index bc905b80fa72..e13cefd6e72f 100644 --- a/editors/Makefile +++ b/editors/Makefile @@ -87,6 +87,7 @@ SUBDIR += lazarus-devel SUBDIR += lazarus-qt5 SUBDIR += lazarus-qt5-devel + SUBDIR += lazarus-qt6 SUBDIR += lazarus-qt6-devel SUBDIR += le SUBDIR += leafpad |