svn commit: r407921 - head/misc/mdp

John Marino marino at FreeBSD.org
Tue Feb 2 23:58:45 UTC 2016


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


More information about the svn-ports-all mailing list