diff options
| author | Jan Tuomi <jan@jantuomi.fi> | 2026-07-27 17:02:40 +0300 |
|---|---|---|
| committer | Jan Tuomi <jan@jantuomi.fi> | 2026-07-27 17:02:40 +0300 |
| commit | 671cd1925bea2cce994f0ca87c0f8898d5508c7c (patch) | |
| tree | cae1fa2fac4ed0fb63caf43ddaf924deb7479171 | |
| parent | d8b27747a1e6b33ee1a10adc32e988995da52c6d (diff) | |
www/freshrss: disable checksum check
| -rw-r--r-- | www/freshrss/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/www/freshrss/Makefile b/www/freshrss/Makefile index ec3f756..feab6bb 100644 --- a/www/freshrss/Makefile +++ b/www/freshrss/Makefile @@ -14,6 +14,8 @@ USE_GITHUB= yes GH_ACCOUNT= FreshRSS GH_PROJECT= FreshRSS +NO_CHECKSUM= yes + USE_PHP= ctype curl dom filter gd iconv mbstring pdo pdo_sqlite \ phar posix session simplexml sqlite3 tokenizer xml \ xmlreader xmlwriter zip |
