svn commit: r408373 - head/math/add

John Marino marino at FreeBSD.org
Sun Feb 7 11:38:17 UTC 2016


Author: marino
Date: Sun Feb  7 11:38:15 2016
New Revision: 408373
URL: https://svnweb.freebsd.org/changeset/ports/408373

Log:
  math/add: document ncurses requirement (USES+=ncurses)
  
  approved by:	infrastructure blanket

Modified:
  head/math/add/Makefile

Modified: head/math/add/Makefile
==============================================================================
--- head/math/add/Makefile	Sun Feb  7 11:37:24 2016	(r408372)
+++ head/math/add/Makefile	Sun Feb  7 11:38:15 2016	(r408373)
@@ -10,7 +10,7 @@ MAINTAINER=	culot at FreeBSD.org
 COMMENT=	Full-screen editing calculator
 
 GNU_CONFIGURE=	yes
-USES=		tar:tgz
+USES=		ncurses tar:tgz
 MAKEFILE=	makefile
 
 do-install:


More information about the svn-ports-all mailing list