svn commit: r408385 - head/math/sc

John Marino marino at FreeBSD.org
Sun Feb 7 11:56:52 UTC 2016


Author: marino
Date: Sun Feb  7 11:56:50 2016
New Revision: 408385
URL: https://svnweb.freebsd.org/changeset/ports/408385

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

Modified:
  head/math/sc/Makefile

Modified: head/math/sc/Makefile
==============================================================================
--- head/math/sc/Makefile	Sun Feb  7 11:56:36 2016	(r408384)
+++ head/math/sc/Makefile	Sun Feb  7 11:56:50 2016	(r408385)
@@ -10,6 +10,8 @@ MASTER_SITES=	SUNSITE/apps/financial/spr
 MAINTAINER=	johans at FreeBSD.org
 COMMENT=	Curses-based spreadsheet program
 
+USES=		ncurses
+
 post-patch:
 	@${REINPLACE_CMD} -e '/^prefix=/s,=.*,=$${PREFIX},' \
 		-e '/^CC=/s,=.*,=${CC},' \


More information about the svn-ports-all mailing list