[Bug 246328] [RESTORE] net-p2p/nicotine-plus: Graphical client for the Soulseek file sharing network

From: <bugzilla-noreply_at_freebsd.org>
Date: Mon, 28 Jun 2021 03:35:04 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=246328

--- Comment #36 from Kubilay Kocak <koobs@FreeBSD.org> ---
(In reply to Daniel Menelkir from comment #34)

Ahh sorry.

TEST_DEPENDS are for dependencies on ports that the port depends on for the
'test' target' (like BUILD / RUN depends for other stages)

You can declare a test target as:

do-test: 
   @cd ${WRKSRC} && ${PYTHON_CMD} -m ....

There are also TEST_ENV and other TEST_* variables if you want to use them.

-- 
You are receiving this mail because:
You are on the CC list for the bug.