https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=246328
--- Comment #36 from Kubilay Kocak <ko...@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.