pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

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



Module Name:	pkgsrc-wip
Committed By:	Aleksey Cheusov <vle%gmx.net@localhost>
Pushed By:	cheusov
Date:		Fri Dec 1 22:07:56 2023 +0400
Changeset:	e82cfada897968c1ab9eb25df98753a50190743e

Modified Files:
	dict-client-current/Makefile

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

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=e82cfada897968c1ab9eb25df98753a50190743e

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 dict-client-current/Makefile | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diffs:
diff --git a/dict-client-current/Makefile b/dict-client-current/Makefile
index 60ff65b3dd..fa8bf5c711 100644
--- a/dict-client-current/Makefile
+++ b/dict-client-current/Makefile
@@ -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


Home | Main Index | Thread Index | Old Index