svn commit: r407989 - head/ftp/ncftp3

John Marino marino at FreeBSD.org
Wed Feb 3 21:40:39 UTC 2016


Author: marino
Date: Wed Feb  3 21:40:37 2016
New Revision: 407989
URL: https://svnweb.freebsd.org/changeset/ports/407989

Log:
  ftp/ncftp3: document ncurses requirement (USES+=ncurses)

Modified:
  head/ftp/ncftp3/Makefile

Modified: head/ftp/ncftp3/Makefile
==============================================================================
--- head/ftp/ncftp3/Makefile	Wed Feb  3 21:39:16 2016	(r407988)
+++ head/ftp/ncftp3/Makefile	Wed Feb  3 21:40:37 2016	(r407989)
@@ -15,7 +15,7 @@ COMMENT=	FTP client with advanced user i
 LICENSE=	ARTPERL10
 LICENSE_FILE=	${WRKSRC}/doc/LICENSE.txt
 
-USES=		tar:bzip2
+USES=		ncurses tar:bzip2
 
 WRKSRC=		${WRKDIR}/${DISTNAME:S/-src//}
 USE_LDCONFIG=	yes


More information about the svn-ports-all mailing list