diff --git a/net/inetutils/Portfile b/net/inetutils/Portfile
index ea550285da..6e814d4362 100644
a
|
b
|
PortSystem 1.0 |
4 | 4 | |
5 | 5 | name inetutils |
6 | 6 | version 1.9.4 |
7 | | revision 4 |
| 7 | revision 5 |
8 | 8 | categories net |
9 | 9 | license GPL-3+ |
10 | 10 | maintainers {mps @Schamschula} openmaintainer |
… |
… |
checksums rmd160 0c144d9ac0b5c07beca1e634fc5b2c5bae15917d \ |
23 | 23 | |
24 | 24 | depends_lib port:readline |
25 | 25 | |
| 26 | patchfiles telnet_telnet.c.patch |
| 27 | |
26 | 28 | configure.args --infodir=${prefix}/share/info \ |
27 | 29 | --mandir=${prefix}/share/man \ |
28 | 30 | --disable-servers |
29 | | configure.cflags-append -D_FORTIFY_SOURCE=0 |
30 | | configure.optflags -O0 |
31 | 31 | |
32 | 32 | if {${os.platform} eq "darwin" && ${os.major} < 17} { |
33 | 33 | configure.args-append --program-prefix=g |