diff options
author | John Marino <marino@FreeBSD.org> | 2016-11-18 19:49:07 +0000 |
---|---|---|
committer | John Marino <marino@FreeBSD.org> | 2016-11-18 19:49:07 +0000 |
commit | a8a293db401f3adae5008df80e8dd2b085089e2b (patch) | |
tree | d8014f8ec811f8407c9665acf3092f22bea9c1e8 | |
parent | Update to latest release from TI/SOMNIUM (diff) |
math/scilab: Document ncurses requirement
Approved by: ncurses blanket
-rw-r--r-- | math/scilab/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/scilab/Makefile b/math/scilab/Makefile index 01f34f42a580..7032ae22b0c1 100644 --- a/math/scilab/Makefile +++ b/math/scilab/Makefile @@ -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 |