diff options
author | Chris Rees <crees@FreeBSD.org> | 2023-02-23 11:24:33 +0000 |
---|---|---|
committer | Chris Rees <crees@FreeBSD.org> | 2023-02-23 11:26:38 +0000 |
commit | b5dcfceeaffa9574c2e45c4f65f09589cd40949a (patch) | |
tree | f13f9230121ae91766954c7c73dd94fa72f537d8 | |
parent | acf47e537549ef4ba7b884efc3758f937ce2e87e (diff) | |
download | ports-b5dcfceeaffa9574c2e45c4f65f09589cd40949a.tar.gz ports-b5dcfceeaffa9574c2e45c4f65f09589cd40949a.zip |
mail/mailscanner: Remove archivers/lha dependency
From inspecting the code it uses 7z to unarchive lha files anyway
This means that packages will once again be built for MailScanner
PR: ports/269732
Reported by: Dennis Clarke
-rw-r--r-- | mail/mailscanner/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/mail/mailscanner/Makefile b/mail/mailscanner/Makefile index fd32a601fd8b..79518ad4c945 100644 --- a/mail/mailscanner/Makefile +++ b/mail/mailscanner/Makefile @@ -92,8 +92,7 @@ RUN_DEPENDS+= clamscan:security/clamav RUN_DEPENDS+= unrar:archivers/unrar \ zoo:archivers/zoo \ unarj:archivers/unarj \ - unace:archivers/unace \ - lha:archivers/lha + unace:archivers/unace .endif # backwards compatibility |