Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 2 Feb 2016 23:58:44 +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: r407921 - head/misc/mdp
Message-ID:  <201602022358.u12NwioS015602@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: marino
Date: Tue Feb  2 23:58:43 2016
New Revision: 407921
URL: https://svnweb.freebsd.org/changeset/ports/407921

Log:
  misc/mdp: document ncurses requirement (USES+=ncurses)
  
  approved by:	infrastructure blanket

Modified:
  head/misc/mdp/Makefile

Modified: head/misc/mdp/Makefile
==============================================================================
--- head/misc/mdp/Makefile	Tue Feb  2 23:57:36 2016	(r407920)
+++ head/misc/mdp/Makefile	Tue Feb  2 23:58:43 2016	(r407921)
@@ -12,7 +12,7 @@ LICENSE=	GPLv3
 USE_GITHUB=	yes
 GH_ACCOUNT=	visit1985
 
-USES=		gmake
+USES=		gmake ncurses
 PLIST_FILES=	bin/${PORTNAME}
 
 OPTIONS_DEFINE=		DEBUG



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