pkgsrc-WIP-changes archive

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

felinks: Needs gettext



Module Name:	pkgsrc-wip
Committed By:	nia <nia%netbsd.org@localhost>
Pushed By:	nee
Date:		Thu Jun 18 16:11:00 2020 +0100
Changeset:	0730cd4c3016c8d09a1b1ca91fcb28440409785c

Modified Files:
	felinks/Makefile

Log Message:
felinks: Needs gettext

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

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

diffstat:
 felinks/Makefile | 1 +
 1 file changed, 1 insertion(+)

diffs:
diff --git a/felinks/Makefile b/felinks/Makefile
index d114656eb1..131272d812 100644
--- a/felinks/Makefile
+++ b/felinks/Makefile
@@ -13,6 +13,7 @@ LICENSE=	gnu-gpl-v2
 USE_PKGLOCALEDIR=	yes
 GNU_CONFIGURE=		yes
 USE_TOOLS+=		gmake pkg-config aclocal autoconf autoheader automake
+USE_TOOLS+=		msgfmt xgettext
 
 pre-configure:
 	cd ${WRKSRC} && ${CONFIG_SHELL} autogen.sh


Home | Main Index | Thread Index | Old Index