From 8142e2f5edddf2ed388a561d397dc6a0ccdccb5b Mon Sep 17 00:00:00 2001 From: amdmi3 Date: Sun, 16 Aug 2015 11:26:13 +0000 Subject: - Fix build PR: 202348 Submitted by: bbtruk@users.sourceforge.net (maintainer) --- x11-fm/doublecmd/Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'x11-fm/doublecmd') diff --git a/x11-fm/doublecmd/Makefile b/x11-fm/doublecmd/Makefile index eb306a14b5bd..f5cd9ddefed9 100644 --- a/x11-fm/doublecmd/Makefile +++ b/x11-fm/doublecmd/Makefile @@ -121,6 +121,10 @@ BUILD_MODE= Debug BUILD_MODE= NoDebug Full Optimizations .endif +.if ${PORT_OPTIONS:MWFX_FTP} +USE_FPC= fcl-net +.endif + pre-patch: ${TR} '\r' '\n' < ${WRKSRC}/src/uGlobsPaths.pas > ${WRKSRC}/src/uGlobsPaths.pas.unix ${MV} ${WRKSRC}/src/uGlobsPaths.pas.unix ${WRKSRC}/src/uGlobsPaths.pas -- cgit