svn commit: r408003 - head/sysutils/cdargs

John Marino marino at FreeBSD.org
Wed Feb 3 22:42:03 UTC 2016


Author: marino
Date: Wed Feb  3 22:42:01 2016
New Revision: 408003
URL: https://svnweb.freebsd.org/changeset/ports/408003

Log:
  sysutils/cdargs: document ncurses requirement (USES+=ncurses)

Modified:
  head/sysutils/cdargs/Makefile

Modified: head/sysutils/cdargs/Makefile
==============================================================================
--- head/sysutils/cdargs/Makefile	Wed Feb  3 22:40:59 2016	(r408002)
+++ head/sysutils/cdargs/Makefile	Wed Feb  3 22:42:01 2016	(r408003)
@@ -13,6 +13,7 @@ COMMENT=	Navigate the filesystem using a
 LICENSE=	GPLv2+
 LICENSE_FILE=	${WRKSRC}/COPYING
 
+USES=		ncurses
 GNU_CONFIGURE=	yes
 
 PLIST_FILES=	bin/cdargs man/man1/cdargs.1.gz


More information about the svn-ports-all mailing list