Files
ports/mail/stalwart/cli/Makefile
T
semarie 9b08785f18 rust ports cleanup: use MODCARGO_WANTLIB in WANTLIB
fix WANTLIB for simple ports. rust ports are expected to use MODCARGO_WANTLIB
instead of hardcoding values (which will be soon different across archs).

replace "c c++abi pthread" by ${MODCARGO_WANTLIB} in WANTLIB

no changes, as it is the current value of MODCARGO_WANTLIB (even if buggy).

ok tb@
2024-01-01 09:02:15 +00:00

12 lines
169 B
Makefile

COMMENT = JMAP server admin CLI
GH_PROJECT = cli
GH_TAGNAME = v0.2.0
REVISION = 1
.include "crates.inc"
WANTLIB += ${MODCARGO_WANTLIB} m
.include <bsd.port.mk>