Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 16 Aug 2015 11:26:14 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r394401 - head/x11-fm/doublecmd
Message-ID:  <201508161126.t7GBQETZ024874@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Sun Aug 16 11:26:13 2015
New Revision: 394401
URL: https://svnweb.freebsd.org/changeset/ports/394401

Log:
  - Fix build
  
  PR:		202348
  Submitted by:	bbtruk@users.sourceforge.net (maintainer)

Modified:
  head/x11-fm/doublecmd/Makefile

Modified: head/x11-fm/doublecmd/Makefile
==============================================================================
--- head/x11-fm/doublecmd/Makefile	Sun Aug 16 11:15:38 2015	(r394400)
+++ head/x11-fm/doublecmd/Makefile	Sun Aug 16 11:26:13 2015	(r394401)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201508161126.t7GBQETZ024874>