diff options
| author | Daniel Engberg <diizzy@FreeBSD.org> | 2024-11-02 12:59:48 +0100 |
|---|---|---|
| committer | Daniel Engberg <diizzy@FreeBSD.org> | 2024-11-02 13:01:52 +0100 |
| commit | c8ace2f4ca960d3a3a0038846923efcae2f8443d (patch) | |
| tree | 829eec50d31a4e47ec21adbf70c65045d47ea897 /french | |
| parent | 64348d34b8ccacf8acab22be509eca4e3ea05058 (diff) | |
*/*: Switch from misc/getopt to devel/util-linux
misc/getopt expired on 2024-10-31 so it's time to switch
PR: 281625
Approved by: portmgr (blanket, build fix)
Diffstat (limited to 'french')
| -rw-r--r-- | french/aster/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/french/aster/Makefile b/french/aster/Makefile index 7e7938e04fb2..2ed680e509b0 100644 --- a/french/aster/Makefile +++ b/french/aster/Makefile @@ -31,7 +31,7 @@ BUILD_DEPENDS+= astk-serveur>0:cad/astk-serveur \ ${SHELL_INSTALL_ASTER}:shells/${SHIADEP} \ gnproc:sysutils/coreutils \ bash:shells/bash \ - getopt>0:misc/getopt \ + ${LOCALBASE}/bin/getopt:devel/util-linux \ xterm:x11/xterm \ ${PYNUMPY} \ ${PYTHON_PKGNAMEPREFIX}sympy>0:math/py-sympy@${PY_FLAVOR} |
