svn commit: r407564 - head/archivers/dpkg

John Marino marino at FreeBSD.org
Sun Jan 31 00:30:40 UTC 2016


Author: marino
Date: Sun Jan 31 00:30:39 2016
New Revision: 407564
URL: https://svnweb.freebsd.org/changeset/ports/407564

Log:
  archivers/dpkg: document ncurses requirement (USES+=ncurses)
  
  approved by:	infrastructure blanket

Modified:
  head/archivers/dpkg/Makefile

Modified: head/archivers/dpkg/Makefile
==============================================================================
--- head/archivers/dpkg/Makefile	Sun Jan 31 00:18:49 2016	(r407563)
+++ head/archivers/dpkg/Makefile	Sun Jan 31 00:30:39 2016	(r407564)
@@ -17,7 +17,7 @@ RUN_DEPENDS=	gtar:${PORTSDIR}/archivers/
 		gpatch:${PORTSDIR}/devel/patch
 
 GNU_CONFIGURE=	yes
-USES=		cpe gmake iconv libtool perl5 pkgconfig tar:xz
+USES=		cpe gmake iconv libtool ncurses perl5 pkgconfig tar:xz
 CPE_VENDOR=	debian
 WRKSRC=		${WRKDIR}/dpkg-${PORTVERSION}
 


More information about the svn-ports-head mailing list