diff options
author | Renato Botelho <garga@FreeBSD.org> | 2008-04-16 16:10:19 +0000 |
---|---|---|
committer | Renato Botelho <garga@FreeBSD.org> | 2008-04-16 16:10:19 +0000 |
commit | 5ecc9b9295b3e619c1c7cb90c068be0e911aed0b (patch) | |
tree | 74588a5cfa6211285f8887346870b7364822d3e3 /www/mod_clamav | |
parent | 242c19bc489957b8f0b61e519300dceb0ec0642b (diff) | |
download | ports-5ecc9b9295b3e619c1c7cb90c068be0e911aed0b.tar.gz ports-5ecc9b9295b3e619c1c7cb90c068be0e911aed0b.zip |
Notes
Diffstat (limited to 'www/mod_clamav')
-rw-r--r-- | www/mod_clamav/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/mod_clamav/Makefile b/www/mod_clamav/Makefile index e6669ffb15b7..c5d5313dc727 100644 --- a/www/mod_clamav/Makefile +++ b/www/mod_clamav/Makefile @@ -7,14 +7,14 @@ PORTNAME= mod_clamav PORTVERSION= 0.21 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= www security MASTER_SITES= http://software.othello.ch/mod_clamav/ MAINTAINER= tmueko@kommunity.net COMMENT= Scans content delivered by the Apache2 proxy module for viruses -LIB_DEPENDS+= clamav.3:${PORTSDIR}/${CLAMAV_PORT} +LIB_DEPENDS+= clamav.4:${PORTSDIR}/${CLAMAV_PORT} USE_AUTOTOOLS= libtool:15 USE_APACHE= YES |