Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 5 Feb 2016 18:00:05 +0000 (UTC)
From:      John Marino <marino@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r408242 - head/print/texinfo
Message-ID:  <201602051800.u15I05mG001868@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201602051800.u15I05mG001868>