Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 4 Feb 2016 17:22:15 +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: r408058 - head/sysutils/vcp
Message-ID:  <201602041722.u14HMFa4053861@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: marino
Date: Thu Feb  4 17:22:15 2016
New Revision: 408058
URL: https://svnweb.freebsd.org/changeset/ports/408058

Log:
  sysutils/vcp: document ncurses requirement (USES+=ncurses)
  
  approved by:	infrastructure blanket

Modified:
  head/sysutils/vcp/Makefile

Modified: head/sysutils/vcp/Makefile
==============================================================================
--- head/sysutils/vcp/Makefile	Thu Feb  4 17:20:59 2016	(r408057)
+++ head/sysutils/vcp/Makefile	Thu Feb  4 17:22:15 2016	(r408058)
@@ -12,6 +12,7 @@ COMMENT=	Copy files in curses interface
 CONFLICTS=	p5-VCP-[0-9]* \
 		p5-VCP-autrijus-[0-9]*
 
+USES=		ncurses
 LDFLAGS+=	-lncurses
 
 OPTIONS_DEFINE=	DOCS



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