svn commit: r408242 - head/print/texinfo

John Marino marino at FreeBSD.org
Fri Feb 5 18:00:06 UTC 2016


Author: marino
Date: Fri Feb  5 18:00:05 2016
New Revision: 408242
URL: https://svnweb.freebsd.org/changeset/ports/408242

Log:
  print/texinfo: document ncurses requirement (USES+=ncurses)
  
  approved by:	infrastructure blanket

Modified:
  head/print/texinfo/Makefile

Modified: head/print/texinfo/Makefile
==============================================================================
--- head/print/texinfo/Makefile	Fri Feb  5 17:47:59 2016	(r408241)
+++ head/print/texinfo/Makefile	Fri Feb  5 18:00:05 2016	(r408242)
@@ -25,7 +25,7 @@ NLS_CONFIGURE_ENABLE=	nls
 GNU_CONFIGURE=	yes
 INSTALL_TARGET=	install install-tex
 PKGDEINSTALL=	${PKGINSTALL}
-USES+=		charsetfix cpe gmake:lite perl5 tar:xz
+USES+=		charsetfix cpe gmake:lite ncurses perl5 tar:xz
 
 MAKE_ARGS=	TEXMF=${LOCALBASE}/${TEXMF} PERL=${LOCALBASE}/bin/perl
 INFO=		texinfo info-stnd info


More information about the svn-ports-all mailing list