Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 3 Feb 2016 22:42:02 +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: r408003 - head/sysutils/cdargs
Message-ID:  <201602032242.u13Mg2RH022659@repo.freebsd.org>

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



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