diff options
author | makc <makc@FreeBSD.org> | 2014-07-28 02:37:45 +0800 |
---|---|---|
committer | makc <makc@FreeBSD.org> | 2014-07-28 02:37:45 +0800 |
commit | 7a646ec8cecf70792dd603a79db9d5a1356f0481 (patch) | |
tree | b40e862b9a5389db9ad45faf83b44b47c1f092c0 /math/scilab | |
parent | 005b35d576dae29c7186fdc30690990b213d32f5 (diff) | |
download | freebsd-ports-gnome-7a646ec8cecf70792dd603a79db9d5a1356f0481.tar.gz freebsd-ports-gnome-7a646ec8cecf70792dd603a79db9d5a1356f0481.tar.zst freebsd-ports-gnome-7a646ec8cecf70792dd603a79db9d5a1356f0481.zip |
math/scilab:
- Fix fortran bindings
PR: 180409
Reported by: 1wkmmr@gmail.com
Diffstat (limited to 'math/scilab')
-rw-r--r-- | math/scilab/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/math/scilab/Makefile b/math/scilab/Makefile index 4c92713b422d..6dae4a5c332e 100644 --- a/math/scilab/Makefile +++ b/math/scilab/Makefile @@ -3,7 +3,7 @@ PORTNAME= scilab PORTVERSION= 5.3.3 -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= math cad parallel java MASTER_SITES= http://www.scilab.org/download/${PORTVERSION}/:scilab \ http://www.predatorlabs.net/dl/:jgraphx \ @@ -217,6 +217,7 @@ post-patch: @# Run fixes @${REINPLACE_CMD} -e 's|%%JAVALIBDIR%%|${JAVALIBDIR}|' ${WRKSRC}/etc/librarypath.xml @${REINPLACE_CMD} -e 's|%%PREFIX%%|${PREFIX}|' ${WRKSRC}/etc/librarypath.xml + @${REINPLACE_CMD} -e 's, gfortran, ${FC},' ${WRKSRC}/modules/dynamic_link/src/scripts/configure .if ${PORT_OPTIONS:MGUI} @# Configure fixes @${REINPLACE_CMD} -e 's|/usr/lib/java|${JAVALIBDIR}|g' ${WRKSRC}/configure |