diff options
author | Larry Rosenman <ler@FreeBSD.org> | 2018-01-15 14:32:54 +0000 |
---|---|---|
committer | Larry Rosenman <ler@FreeBSD.org> | 2018-01-15 14:32:54 +0000 |
commit | cb48e8c3207fb84f19fe5795b0fb5a809c06bab5 (patch) | |
tree | 35c082f024ff3c37b15c60214bdb4bf5ebddc4ee /security/clamav | |
parent | aae86ffddae7f04db86128482d8caa130f96c47a (diff) | |
download | ports-cb48e8c3207fb84f19fe5795b0fb5a809c06bab5.tar.gz ports-cb48e8c3207fb84f19fe5795b0fb5a809c06bab5.zip |
Notes
Diffstat (limited to 'security/clamav')
-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 |