Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 14 Aug 2015 18:35:13 +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: r394247 - head/editors/lazarus
Message-ID:  <201508141835.t7EIZD2i093672@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Fri Aug 14 18:35:12 2015
New Revision: 394247
URL: https://svnweb.freebsd.org/changeset/ports/394247

Log:
  - Fix build by adding missing depend
  
  PR:		200808
  Submitted by:	andrey@bsdnir.info
  Approved by:	portmgr blanket

Modified:
  head/editors/lazarus/Makefile

Modified: head/editors/lazarus/Makefile
==============================================================================
--- head/editors/lazarus/Makefile	Fri Aug 14 18:30:54 2015	(r394246)
+++ head/editors/lazarus/Makefile	Fri Aug 14 18:35:12 2015	(r394247)
@@ -61,7 +61,8 @@ RUN_DEPENDS+=	fpcres:${PORTSDIR}/lang/fp
 		${LCL_UNITS_DIR}/alllclunits.ppu:${PORTSDIR}/editors/lazarus-lcl-units \
 		${LCL_UNITS_DIR}/nogui/interfaces.ppu:${PORTSDIR}/editors/lazarus-lcl-nogui
 
-USES+=	gettext iconv
+USES+=		gettext iconv
+USE_FPC+=	chm
 
 MAN1S=		lazarus-ide.1 lazbuild.1 startlazarus.1
 SUB_FILES=	pkg-message



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