svn commit: r426337 - head/math/scilab

John Marino marino at FreeBSD.org
Fri Nov 18 19:49:08 UTC 2016


Author: marino
Date: Fri Nov 18 19:49:07 2016
New Revision: 426337
URL: https://svnweb.freebsd.org/changeset/ports/426337

Log:
  math/scilab: Document ncurses requirement
  
  Approved by:	ncurses blanket

Modified:
  head/math/scilab/Makefile

Modified: head/math/scilab/Makefile
==============================================================================
--- head/math/scilab/Makefile	Fri Nov 18 19:46:20 2016	(r426336)
+++ head/math/scilab/Makefile	Fri Nov 18 19:49:07 2016	(r426337)
@@ -24,7 +24,7 @@ LIB_DEPENDS=	libxml2.so:textproc/libxml2
 RUN_DEPENDS=	xdg-open:devel/xdg-utils
 
 USES=		cpe desktop-file-utils fortran gettext gmake iconv \
-		libtool pathfix pkgconfig shared-mime-info
+		libtool ncurses pathfix pkgconfig shared-mime-info
 GNU_CONFIGURE=	yes
 
 INSTALLS_ICONS=	yes


More information about the svn-ports-all mailing list