diff options
author | makc <makc@FreeBSD.org> | 2016-11-01 07:24:03 +0800 |
---|---|---|
committer | makc <makc@FreeBSD.org> | 2016-11-01 07:24:03 +0800 |
commit | 4cf0345fbeeb8a78f80cffc88f51286453a9afe8 (patch) | |
tree | 5baed3784a71edb1573ad40ea63a7d911111fa5f | |
parent | d69336fde114cce41b8f49a1e5f71481b27f0c40 (diff) | |
download | freebsd-ports-gnome-4cf0345fbeeb8a78f80cffc88f51286453a9afe8.tar.gz freebsd-ports-gnome-4cf0345fbeeb8a78f80cffc88f51286453a9afe8.tar.zst freebsd-ports-gnome-4cf0345fbeeb8a78f80cffc88f51286453a9afe8.zip |
math/scilab:
- Add missing dependency on x11-toolkits/bwidget [1]
- Take maintainership
PR: 212666 [1]
Submitted by: otacilio.neto
-rw-r--r-- | math/scilab/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/math/scilab/Makefile b/math/scilab/Makefile index 6c1a9c990dd5..01f34f42a580 100644 --- a/math/scilab/Makefile +++ b/math/scilab/Makefile @@ -3,12 +3,12 @@ PORTNAME= scilab PORTVERSION= 5.5.2 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= math cad java MASTER_SITES= http://www.scilab.org/download/${PORTVERSION}/ DISTFILES= ${DISTNAME}-src${EXTRACT_SUFX} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= makc@FreeBSD.org COMMENT= Scientific software package for numerical computations # A partial dependencies list can be found at: @@ -115,6 +115,7 @@ TK_CONFIGURE_ON= --with-tk-library=${LOCALBASE}/lib \ --with-tcl-include=${TCL_INCLUDEDIR} TK_USES= tk TK_USE= XORG=x11 +TK_RUN_DEPENDS= ${LOCALBASE}/lib/bwidget/init.tcl:x11-toolkits/bwidget .if !exists(/usr/include/omp.h) CONFIGURE_ARGS+= --without-openmp |