diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2015-08-15 02:35:12 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2015-08-15 02:35:12 +0800 |
commit | 2b99fa55c63c7aa6efbebb2fca19aba04dc37127 (patch) | |
tree | 420aeefd0ea7b9b36a83520c0bb01f4a2d59ca69 /editors | |
parent | d4749f451c6e91d72c80f13643f7b2a3022a150f (diff) | |
download | freebsd-ports-gnome-2b99fa55c63c7aa6efbebb2fca19aba04dc37127.tar.gz freebsd-ports-gnome-2b99fa55c63c7aa6efbebb2fca19aba04dc37127.tar.zst freebsd-ports-gnome-2b99fa55c63c7aa6efbebb2fca19aba04dc37127.zip |
- Fix build by adding missing depend
PR: 200808
Submitted by: andrey@bsdnir.info
Approved by: portmgr blanket
Diffstat (limited to 'editors')
-rw-r--r-- | editors/lazarus/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
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 |