svn commit: r460666 - head/editors/lazarus-lcl-nogui

Jose Alonso Cardenas Marquez acm at FreeBSD.org
Fri Feb 2 05:25:08 UTC 2018


Author: acm
Date: Fri Feb  2 05:25:08 2018
New Revision: 460666
URL: https://svnweb.freebsd.org/changeset/ports/460666

Log:
  - Fix build

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

Modified: head/editors/lazarus-lcl-nogui/Makefile
==============================================================================
--- head/editors/lazarus-lcl-nogui/Makefile	Fri Feb  2 05:14:20 2018	(r460665)
+++ head/editors/lazarus-lcl-nogui/Makefile	Fri Feb  2 05:25:08 2018	(r460666)
@@ -7,6 +7,9 @@ COMMENT=	Lazarus components library - No gui backend
 
 BUILD_DEPENDS=	${LCL_UNITS_DIR}/alllclunits.ppu:editors/lazarus-lcl-units
 
+USE_FPC=	chm fcl-base fcl-db fcl-image fcl-json fcl-registry fcl-xml \
+		pasjpeg regexpr rtl-objpas
+
 LCL_INTERFACE=	nogui
 
 MASTERDIR=	${.CURDIR}/../../editors/lazarus


More information about the svn-ports-head mailing list