svn commit: r463097 - in head/editors: lazarus-lcl-qt lazarus-lcl-qt5

Antoine Brodin antoine at FreeBSD.org
Mon Feb 26 23:10:54 UTC 2018


Author: antoine
Date: Mon Feb 26 23:10:53 2018
New Revision: 463097
URL: https://svnweb.freebsd.org/changeset/ports/463097

Log:
  Fix build by adding missing FPC units
  
  Reported by:	pkg-fallout

Modified:
  head/editors/lazarus-lcl-qt/Makefile
  head/editors/lazarus-lcl-qt5/Makefile

Modified: head/editors/lazarus-lcl-qt/Makefile
==============================================================================
--- head/editors/lazarus-lcl-qt/Makefile	Mon Feb 26 23:06:02 2018	(r463096)
+++ head/editors/lazarus-lcl-qt/Makefile	Mon Feb 26 23:10:53 2018	(r463097)
@@ -7,8 +7,8 @@ COMMENT=	Lazarus components library - QT backend
 
 BUILD_DEPENDS=	${LCL_UNITS_DIR}/alllclunits.ppu:editors/lazarus-lcl-units
 
-USE_FPC=	fcl-base fcl-db fcl-image fcl-registry fcl-res \
-		fcl-xml pasjpeg x11
+USE_FPC=	chm fcl-base fcl-db fcl-image fcl-json fcl-registry fcl-res \
+		fcl-xml pasjpeg regexpr x11
 
 LCL_INTERFACE=	qt
 

Modified: head/editors/lazarus-lcl-qt5/Makefile
==============================================================================
--- head/editors/lazarus-lcl-qt5/Makefile	Mon Feb 26 23:06:02 2018	(r463096)
+++ head/editors/lazarus-lcl-qt5/Makefile	Mon Feb 26 23:10:53 2018	(r463097)
@@ -7,8 +7,8 @@ COMMENT=	Lazarus components library - QT5 backend
 
 BUILD_DEPENDS=	${LCL_UNITS_DIR}/alllclunits.ppu:editors/lazarus-lcl-units
 
-USE_FPC=	fcl-base fcl-db fcl-image fcl-registry fcl-res \
-		fcl-xml pasjpeg x11
+USE_FPC=	chm fcl-base fcl-db fcl-image fcl-json fcl-registry fcl-res \
+		fcl-xml pasjpeg regexpr x11
 
 LCL_INTERFACE=	qt5
 


More information about the svn-ports-head mailing list