dict-client-current: add lex and yacc to USE_TOOLS

master
Aleksey Cheusov 2023-12-01 22:07:56 +04:00
parent a0fc0d986f
commit e82cfada89
1 changed files with 3 additions and 1 deletions

View File

@ -11,12 +11,14 @@ LICENSE= gnu-gpl-v2
GIT_REPOSITORIES= dictd
GIT_REPO.dictd= https://github.com/cheusov/dictd.git
USE_TOOLS+= yacc lex
TOOL_DEPENDS+= mk-configure>=0.38.2:../../devel/mk-configure
WRKSRC= ${WRKDIR}/dictd
EGDIR= ${PREFIX}/share/examples/dict
CONF_FILES= ${EGDIR}/dict.conf \
${PKG_SYSCONFDIR}/dict.conf
TOOL_DEPENDS+= mk-configure>=0.38.2:../../devel/mk-configure
CONFIGURE_TARGET= configure-dict
BUILD_TARGET= all-dict