diff options
author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2022-05-22 04:22:19 +0000 |
---|---|---|
committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2022-05-22 04:22:19 +0000 |
commit | d025a1d039a6d615c21da3e1416a247d2c155a1b (patch) | |
tree | 68e8efd440a174b88b5847df419a336e2652219f | |
parent | 39f07afe3f8e785814e6a6eea3edb53c06ac8e7d (diff) | |
download | ports-d025a1d039a6d615c21da3e1416a247d2c155a1b.tar.gz ports-d025a1d039a6d615c21da3e1416a247d2c155a1b.zip |
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>
-rw-r--r-- | print/texinfo/Makefile | 4 |
1 files 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 \ |