git: d025a1d039a6 - main - print/texinfo: Fix USES=iconv
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 22 May 2022 05:14:43 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=d025a1d039a6d615c21da3e1416a247d2c155a1b commit d025a1d039a6d615c21da3e1416a247d2c155a1b Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2022-05-22 04:22:19 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2022-05-22 04:22:19 +0000 print/texinfo: Fix USES=iconv - Bump PORTREVISION for dependency change PR: 247060, 257138 Reported by: Derek Schrock <dereks@lifeofadishwasher.com>, Philipp Ost <bsd@philippost.de> --- print/texinfo/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/print/texinfo/Makefile b/print/texinfo/Makefile index fa92ee114ed4..4ff10093f33b 100644 --- a/print/texinfo/Makefile +++ b/print/texinfo/Makefile @@ -2,7 +2,7 @@ PORTNAME= texinfo PORTVERSION= 6.8 -PORTREVISION= 2 +PORTREVISION= 3 PORTEPOCH= 1 CATEGORIES= print MASTER_SITES= GNU \ @@ -29,7 +29,7 @@ RUN_DEPENDS= p5-Locale-libintl>=0:devel/p5-Locale-libintl \ OPTIONS_DEFINE= NLS OPTIONS_SUB= yes -USES= charsetfix cpe gmake iconv libtool ncurses perl5 tar:xz +USES= charsetfix cpe gmake iconv:wchar_t libtool ncurses perl5 tar:xz CONFIGURE_ARGS= --with-external-libintl-perl \ --with-external-Text-Unidecode \