diff options
author | Jose Alonso Cardenas Marquez <acm@FreeBSD.org> | 2023-11-12 15:43:14 -0500 |
---|---|---|
committer | Jose Alonso Cardenas Marquez <acm@FreeBSD.org> | 2023-11-12 15:49:26 -0500 |
commit | 0b92f925a3a155ce7b5f4eddfd528553915c6eb8 (patch) | |
tree | 0123180d5bb20241a46464f19bae480ea1ca40c5 /x11/Makefile | |
parent | sysutils/conserve: New port: Robust file backup tool (diff) |
lang/fpc-*: Merge all units to lang/fpc
- Merge all fpc-* units to lang/fpc. It gives us a better way to maintain fpc
and lazarus ports.
- Update Mk/fpc.mk for reflects new changes
- Update Mk/lazarus.mk for reflects new changes
- Now we can defined WANT_FPC_DEVEL AND WANT_LAZARUS_DEVEL for use devel version
of fpc or lazarus for build apps based on fpc/lazarus
- Add entries to MOVED
- Bump PORTREVISON of affected ports
- Some other minor modifications
Diffstat (limited to '')
-rw-r--r-- | x11/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/x11/Makefile b/x11/Makefile index b23f066f478d..f66a95f17840 100644 --- a/x11/Makefile +++ b/x11/Makefile @@ -79,7 +79,6 @@ SUBDIR += flruler SUBDIR += fnott SUBDIR += foot - SUBDIR += fpc-x11 SUBDIR += fstobdf SUBDIR += fuzzel SUBDIR += gdm |