diff options
author | rafan <rafan@FreeBSD.org> | 2007-06-20 04:30:37 +0800 |
---|---|---|
committer | rafan <rafan@FreeBSD.org> | 2007-06-20 04:30:37 +0800 |
commit | 2223535f886f77ee0f5fcfbcf302a76141136a03 (patch) | |
tree | 69b834cf3e16066b5ca398a4402bccbf83db2815 | |
parent | 5e7a172d576a0084efa43bc941da8dc31edfdb73 (diff) | |
download | freebsd-ports-gnome-2223535f886f77ee0f5fcfbcf302a76141136a03.tar.gz freebsd-ports-gnome-2223535f886f77ee0f5fcfbcf302a76141136a03.tar.zst freebsd-ports-gnome-2223535f886f77ee0f5fcfbcf302a76141136a03.zip |
- Add missing run-time dependency
PR: ports/113833
Submitted by: Max Brazhnikov <makc at issp.ac.ru>
Approved by: Jean-S嶵astien Roy <js at jeannot.org> (maintainer)
-rw-r--r-- | math/scilab/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/math/scilab/Makefile b/math/scilab/Makefile index af76a47d8dca..3284f998f54c 100644 --- a/math/scilab/Makefile +++ b/math/scilab/Makefile @@ -7,6 +7,7 @@ PORTNAME= scilab PORTVERSION= 4.1.1 +PORTREVISION= 1 CATEGORIES= math cad parallel MASTER_SITES= http://www.scilab.org/download/${PORTVERSION}/ EXTRACT_SUFX= -src.tar.gz @@ -89,6 +90,7 @@ CXX= g++32 WANT_FORTRAN=yes #dummy but future use BUILD_DEPENDS+= gfortran42:${PORTSDIR}/lang/gcc42 +RUN_DEPENDS+= gfortran42:${PORTSDIR}/lang/gcc42 F77= gfortran42 FC= gfortran42 CONFIGURE_ARGS+= --with-gfortran |