Date: Sun, 31 Jan 2016 00:30:39 +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: r407564 - head/archivers/dpkg Message-ID: <201601310030.u0V0Udwe030400@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201601310030.u0V0Udwe030400>