diff options
author | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2025-03-31 19:11:34 +0000 |
---|---|---|
committer | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2025-03-31 19:18:53 +0000 |
commit | f17754bc05973ff58e7a0ed2fee129abca82a84e (patch) | |
tree | 930d9106639b41037ac5b5c353aa30f2eb17a303 /news/nzbget | |
parent | 408f11de0282c3d63849c87a2ab5a1e60e6688e8 (diff) |
Diffstat (limited to 'news/nzbget')
-rw-r--r-- | news/nzbget/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/news/nzbget/Makefile b/news/nzbget/Makefile index a5549156ff33..e6144da539ed 100644 --- a/news/nzbget/Makefile +++ b/news/nzbget/Makefile @@ -41,7 +41,7 @@ NCURSES_USES= ncurses NCURSES_CMAKE_BOOL_OFF= DISABLE_CURSES PAR2_CMAKE_BOOL_OFF= DISABLE_PARCHECK -PYTHON_USES= python:run,3.8+ +PYTHON_USES= python:run,3.9+ .include <bsd.port.options.mk> |