diff options
Diffstat (limited to 'print/texinfo/Makefile')
-rw-r--r-- | print/texinfo/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/print/texinfo/Makefile b/print/texinfo/Makefile index 383295c1c911..dcf02eac86c5 100644 --- a/print/texinfo/Makefile +++ b/print/texinfo/Makefile @@ -3,7 +3,7 @@ PORTNAME= texinfo PORTVERSION= 6.5 -PORTREVISION= 3 +PORTREVISION= 4 PORTEPOCH= 1 CATEGORIES= print MASTER_SITES= GNU \ @@ -24,11 +24,11 @@ RUN_DEPENDS= p5-Locale-libintl>=0:devel/p5-Locale-libintl \ p5-Text-Unidecode>=0:converters/p5-Text-Unidecode \ p5-Unicode-EastAsianWidth>=0:textproc/p5-Unicode-EastAsianWidth -USES= charsetfix cpe gmake iconv libtool ncurses perl5 tar:xz - OPTIONS_DEFINE= NLS OPTIONS_SUB= yes +USES= charsetfix cpe gmake iconv libtool ncurses perl5 tar:xz + CONFIGURE_ARGS= --with-external-libintl-perl \ --with-external-Text-Unidecode \ --with-external-Unicode-EastAsianWidth |