diff options
author | ler <ler@FreeBSD.org> | 2018-01-15 22:32:54 +0800 |
---|---|---|
committer | ler <ler@FreeBSD.org> | 2018-01-15 22:32:54 +0800 |
commit | 067d6e85d10a2c7d9c008a52c576e3f797f0d5d5 (patch) | |
tree | 35c082f024ff3c37b15c60214bdb4bf5ebddc4ee /security | |
parent | 770c4f73a1e0ba19e4ab36d09c20a1b2badee784 (diff) | |
download | freebsd-ports-gnome-067d6e85d10a2c7d9c008a52c576e3f797f0d5d5.tar.gz freebsd-ports-gnome-067d6e85d10a2c7d9c008a52c576e3f797f0d5d5.tar.zst freebsd-ports-gnome-067d6e85d10a2c7d9c008a52c576e3f797f0d5d5.zip |
security/clamav: remove LHA from default options.
r459039 made distribution of the lha binary not allowed.
PR: 225180
Submitted by: antoine
Diffstat (limited to 'security')
-rw-r--r-- | security/clamav/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/clamav/Makefile b/security/clamav/Makefile index 5da41ce891c8..f880879f3450 100644 --- a/security/clamav/Makefile +++ b/security/clamav/Makefile @@ -3,7 +3,7 @@ PORTNAME= clamav PORTVERSION= 0.99.2 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= security MASTER_SITES= http://www.clamav.net/downloads/production/ @@ -28,7 +28,7 @@ STDERR_DESC= Print logs to stderr instead of stdout EXPERIMENTAL_DESC= Build experimental code DMG_XAR_DESC= Enable DMG and XAR archives support -OPTIONS_DEFAULT= ARC ARJ LHA UNZOO UNRAR DMG_XAR \ +OPTIONS_DEFAULT= ARC ARJ UNZOO UNRAR DMG_XAR \ JSON PCRE ARC_RUN_DEPENDS= arc:archivers/arc |