mirror of
https://git.freebsd.org/ports.git
synced 2025-06-01 10:56:27 -04:00
Add USES=libtool
This commit is contained in:
parent
4dd0bc4c09
commit
84ec513c04
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=361221
2 changed files with 4 additions and 4 deletions
|
@ -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}
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue