svn commit: r557241 - head/editors/fpc-ide

Jose Alonso Cardenas Marquez acm at FreeBSD.org
Mon Dec 7 19:20:09 UTC 2020


Author: acm
Date: Mon Dec  7 19:20:09 2020
New Revision: 557241
URL: https://svnweb.freebsd.org/changeset/ports/557241

Log:
  - Fix build
  
  PR:		251666
  Submitted by:	rdunkle at smallcatbrain.com

Modified:
  head/editors/fpc-ide/Makefile

Modified: head/editors/fpc-ide/Makefile
==============================================================================
--- head/editors/fpc-ide/Makefile	Mon Dec  7 17:36:02 2020	(r557240)
+++ head/editors/fpc-ide/Makefile	Mon Dec  7 19:20:09 2020	(r557241)
@@ -7,7 +7,7 @@ PKGNAMESUFFIX=	-ide
 COMMENT=	Free Pascal integrated IDE/compiler
 
 USES=		fpc
-USE_FPC=	chm fv gdbint regexpr rtl-extra rtl-console fcl-xml
+USE_FPC=	chm fv gdbint regexpr rtl-console rtl-extra rtl-generics fcl-xml
 
 MASTERDIR=	${.CURDIR}/../../lang/fpc
 WRKUNITDIR=	${FPCSRCDIR}/packages/${PKGNAMESUFFIX:S/-//}


More information about the svn-ports-all mailing list