pkgsrc-WIP-changes archive

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

Rely on "makeinfo" as a tool



Module Name:	pkgsrc-wip
Committed By:	Pierre Pronchery <khorben%defora.org@localhost>
Pushed By:	khorben
Date:		Fri Apr 27 02:52:48 2018 +0200
Changeset:	667c05bd7542d9753cd5dfbbba5e115b81013ca6

Modified Files:
	fwknop/Makefile

Log Message:
Rely on "makeinfo" as a tool

This lets wip/fwknop complete building.

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

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

diffstat:
 fwknop/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diffs:
diff --git a/fwknop/Makefile b/fwknop/Makefile
index b043d7cefb..8ed3563e80 100644
--- a/fwknop/Makefile
+++ b/fwknop/Makefile
@@ -12,7 +12,7 @@ LICENSE=	gnu-gpl-v2
 DEPENDS+=	gnupg-[0-9]*:../../security/gnupg
 DEPENDS+=	wget-[0-9]*:../../net/wget
 
-USE_TOOLS+=	aclocal autoconf automake autoheader
+USE_TOOLS+=	aclocal autoconf automake autoheader makeinfo
 GNU_CONFIGURE=	yes
 
 WRKSRC=		${WRKDIR}/fwknop-2.6.9


Home | Main Index | Thread Index | Old Index