svn commit: r425036 - head/math/scilab

Max Brazhnikov makc at FreeBSD.org
Mon Oct 31 23:24:05 UTC 2016


Author: makc
Date: Mon Oct 31 23:24:03 2016
New Revision: 425036
URL: https://svnweb.freebsd.org/changeset/ports/425036

Log:
  math/scilab:
  - Add missing dependency on x11-toolkits/bwidget [1]
  - Take maintainership
  
  PR:		212666 [1]
  Submitted by:	otacilio.neto

Modified:
  head/math/scilab/Makefile

Modified: head/math/scilab/Makefile
==============================================================================
--- head/math/scilab/Makefile	Mon Oct 31 23:22:27 2016	(r425035)
+++ head/math/scilab/Makefile	Mon Oct 31 23:24:03 2016	(r425036)
@@ -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 at FreeBSD.org
+MAINTAINER=	makc at 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=${LOC
 			--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


More information about the svn-ports-all mailing list