diff options
author | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2023-12-30 06:11:38 +0100 |
---|---|---|
committer | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2023-12-30 08:16:43 +0100 |
commit | 58b1b5c9820d58b30e95a202907af5623f74ee07 (patch) | |
tree | 89329a2a1f3b96f567c39500f7735d836a6bd721 /science/code_saturne | |
parent | 664ba906e6b4148762b0890c4a7ae6739e3da48a (diff) | |
download | freebsd-ports-58b1b5c9820d58b30e95a202907af5623f74ee07.zip |
science/code_saturne: Remove dependency
There is a runtime dependency to sysutils/torque which is about to
expire. However in recent versions of code_saturne documentation there
is no mention of the this dependency. For more information:
https://www.code-saturne.org/documentation/8.1/doxygen/src/md__i_n_s_t_a_l_l.html
Approved by: portmgr (blanket)
Diffstat (limited to 'science/code_saturne')
-rw-r--r-- | science/code_saturne/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/science/code_saturne/Makefile b/science/code_saturne/Makefile index e668813a8f50..42b5e635aa30 100644 --- a/science/code_saturne/Makefile +++ b/science/code_saturne/Makefile @@ -1,5 +1,6 @@ PORTNAME= code_saturne PORTVERSION= 8.1.0 +PORTREVISION= 1 CATEGORIES= science parallel MASTER_SITES= https://www.code-saturne.org/releases/ @@ -23,7 +24,6 @@ LIB_DEPENDS= libsysinfo.so:devel/libsysinfo \ libmedC.so:french/med RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}matplotlib>0:math/py-matplotlib@${PY_FLAVOR} \ ${MPI4PY} \ - pbs-config:sysutils/torque \ xmgrace:math/grace \ bash:shells/bash \ xterm:x11/xterm |