From 2b99fa55c63c7aa6efbebb2fca19aba04dc37127 Mon Sep 17 00:00:00 2001 From: amdmi3 Date: Fri, 14 Aug 2015 18:35:12 +0000 Subject: - Fix build by adding missing depend PR: 200808 Submitted by: andrey@bsdnir.info Approved by: portmgr blanket --- editors/lazarus/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/editors/lazarus/Makefile b/editors/lazarus/Makefile index db09b0bd9fb4..a95e9c1268c4 100644 --- a/editors/lazarus/Makefile +++ b/editors/lazarus/Makefile @@ -61,7 +61,8 @@ RUN_DEPENDS+= fpcres:${PORTSDIR}/lang/fpc-utils \ ${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 -- cgit