diff options
author | Tijl Coosemans <tijl@FreeBSD.org> | 2014-07-08 11:42:50 +0000 |
---|---|---|
committer | Tijl Coosemans <tijl@FreeBSD.org> | 2014-07-08 11:42:50 +0000 |
commit | 84ec513c0491dddb91718d2b23e6c9932ff3d548 (patch) | |
tree | 57b4ada759f3c02debd19649b102cc850b11fbcf /science | |
parent | 4dd0bc4c099e0ffa278e1af69dcab2da50c20af7 (diff) | |
download | ports-84ec513c0491dddb91718d2b23e6c9932ff3d548.tar.gz ports-84ec513c0491dddb91718d2b23e6c9932ff3d548.zip |
Notes
Diffstat (limited to 'science')
-rw-r--r-- | science/ncs/Makefile | 4 | ||||
-rw-r--r-- | science/ncs/pkg-plist | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/science/ncs/Makefile b/science/ncs/Makefile index f63789f64d22..80725162c8c9 100644 --- a/science/ncs/Makefile +++ b/science/ncs/Makefile @@ -3,7 +3,7 @@ PORTNAME= ncs PORTVERSION= 2.0.4 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= science parallel MASTER_SITES= http://research.edf.com/fichiers/fckeditor/Commun/Innovation/logiciels/code_saturne/Releases/ DISTNAME= ${PORTNAME}-${PORTVERSION:S/.//g} @@ -23,7 +23,7 @@ RUN_DEPENDS= xmgrace:${PORTSDIR}/math/grace \ xterm:${PORTSDIR}/x11/xterm \ cs_preprocess:${PORTSDIR}/science/ecs -USES= fortran gettext gmake iconv zip shebangfix +USES= fortran gettext gmake iconv libtool shebangfix zip USE_GNOME= libxml2 USE_PYTHON= yes WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} diff --git a/science/ncs/pkg-plist b/science/ncs/pkg-plist index 12e6e50f95c1..392c5b86052a 100644 --- a/science/ncs/pkg-plist +++ b/science/ncs/pkg-plist @@ -739,13 +739,13 @@ include/vortex.h %%PYTHON_SITELIBDIR%%/ncs/cs_plot_probes.pyc %%PYTHON_SITELIBDIR%%/ncs/cs_plot_probes.pyo lib/libsaturne.a -lib/libsaturne.la lib/libsaturne.so lib/libsaturne.so.0 +lib/libsaturne.so.0.0.0 lib/libsyrcs.a -lib/libsyrcs.la lib/libsyrcs.so lib/libsyrcs.so.0 +lib/libsyrcs.so.0.0.0 man/man1/code_saturne.1.gz man/man1/cs_solver.1.gz %%PORTDOCS%%%%DOCSDIR%%/AUTHORS |