Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 2 Feb 2018 05:14:20 +0000 (UTC)
From:      Jose Alonso Cardenas Marquez <acm@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r460665 - head/editors/lazarus-lcl-gtk2
Message-ID:  <201802020514.w125EKTM022568@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: acm
Date: Fri Feb  2 05:14:20 2018
New Revision: 460665
URL: https://svnweb.freebsd.org/changeset/ports/460665

Log:
  Fix build

Modified:
  head/editors/lazarus-lcl-gtk2/Makefile

Modified: head/editors/lazarus-lcl-gtk2/Makefile
==============================================================================
--- head/editors/lazarus-lcl-gtk2/Makefile	Fri Feb  2 04:06:07 2018	(r460664)
+++ head/editors/lazarus-lcl-gtk2/Makefile	Fri Feb  2 05:14:20 2018	(r460665)
@@ -7,8 +7,8 @@ COMMENT=	Lazarus components library - GTK2 backend
 
 BUILD_DEPENDS=	${LCL_UNITS_DIR}/alllclunits.ppu:editors/lazarus-lcl-units
 
-USE_FPC=	cairo fcl-base fcl-db fcl-image fcl-res fcl-registry \
-		fcl-xml gtk2 pasjpeg x11
+USE_FPC=	cairo chm fcl-base fcl-db fcl-image fcl-json fcl-res \
+		fcl-registry fcl-xml gtk2 pasjpeg regexpr x11
 
 LCL_INTERFACE=	gtk2
 



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