diff options
author | cvs2svn <cvs2svn@FreeBSD.org> | 2008-02-24 03:11:57 +0000 |
---|---|---|
committer | cvs2svn <cvs2svn@FreeBSD.org> | 2008-02-24 03:11:57 +0000 |
commit | fa4a943c17e47bf910596a414fd7287983350b9b (patch) | |
tree | dc76cec18a505befc330e612e0a56bf1caa5ca49 /www/mod_clamav | |
parent | - Fix manpage pointing to correct PREFIX for binary and conf (diff) |
This commit was manufactured by cvs2svn to create tag 'RELEASE_7_0_0'.release/7.0.0
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 7b8ec281b6e0..e6669ffb15b7 100644 --- a/www/mod_clamav/Makefile +++ b/www/mod_clamav/Makefile @@ -7,14 +7,14 @@ PORTNAME= mod_clamav PORTVERSION= 0.21 -PORTREVISION= 1 +PORTREVISION= 2 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:${PORTSDIR}/${CLAMAV_PORT} +LIB_DEPENDS+= clamav.3:${PORTSDIR}/${CLAMAV_PORT} USE_AUTOTOOLS= libtool:15 USE_APACHE= YES |