summaryrefslogtreecommitdiff
path: root/x11-fm
diff options
context:
space:
mode:
authorJose Alonso Cardenas Marquez <acm@FreeBSD.org>2023-11-12 15:43:14 -0500
committerJose Alonso Cardenas Marquez <acm@FreeBSD.org>2023-11-12 15:49:26 -0500
commit0b92f925a3a155ce7b5f4eddfd528553915c6eb8 (patch)
tree0123180d5bb20241a46464f19bae480ea1ca40c5 /x11-fm
parentsysutils/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 'x11-fm')
-rw-r--r--x11-fm/doublecmd/Makefile5
1 files changed, 1 insertions, 4 deletions
diff --git a/x11-fm/doublecmd/Makefile b/x11-fm/doublecmd/Makefile
index 854b9e718211..7d7fb041689f 100644
--- a/x11-fm/doublecmd/Makefile
+++ b/x11-fm/doublecmd/Makefile
@@ -1,6 +1,6 @@
PORTNAME= doublecmd
PORTVERSION= 1.0.11
-PORTREVISION= 1
+PORTREVISION= 2
DISTVERSIONPREFIX= v
CATEGORIES= x11-fm
PKGNAMESUFFIX= ${LAZARUS_PKGNAMESUFFIX}
@@ -18,8 +18,6 @@ qt5_CONFLICTS_INSTALL= ${PORTNAME}-gtk2
USES= desktop-file-utils dos2unix fpc gnome lazarus:flavors xorg
DOS2UNIX_FILES= components/multithreadprocs/mtpcpu.pas src/dmhelpmanager.pas
-USE_FPC= cairo chm fcl-base fcl-db fcl-image fcl-json fcl-registry \
- fcl-xml iconvenc pasjpeg rtl-extra x11 regexpr fcl-extra
USE_GITHUB= yes
GH_PROJECT= doublecmd.github.io:help
GH_TAGNAME= 1.0.10:help
@@ -92,7 +90,6 @@ LAZBUILD_ARGS+= --bm="Debug"
.endif
.if ${PORT_OPTIONS:MWFX_FTP}
-USE_FPC+= fcl-net
LAZARUS_PROJECT_FILES+= plugins/wfx/ftp/src/ftp.lpi
.endif