diff options
Diffstat (limited to 'www/mod_clamav/Makefile')
-rw-r--r-- | www/mod_clamav/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/www/mod_clamav/Makefile b/www/mod_clamav/Makefile index 1d1b03c48da8..5d87fd94a6bb 100644 --- a/www/mod_clamav/Makefile +++ b/www/mod_clamav/Makefile @@ -7,7 +7,7 @@ PORTNAME= mod_clamav PORTVERSION= 0.22 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= www security MASTER_SITES= http://software.othello.ch/mod_clamav/ \ http://www.kommunity.net/download/mod_clamav/ @@ -27,10 +27,10 @@ IGNORE= mod_clamav only compile and run with apache-2.0.x .endif .if defined(WITH_CLAMAVDEVEL) -LIB_DEPENDS+= clamav.5:${PORTSDIR}/security/clamav-devel +LIB_DEPENDS+= clamav.6:${PORTSDIR}/security/clamav-devel .else CLAMAV_PORT= security/clamav -LIB_DEPENDS+= clamav.5:${PORTSDIR}/security/clamav +LIB_DEPENDS+= clamav.6:${PORTSDIR}/security/clamav .endif CONFIGURE_ARGS= --with-apxs=${PREFIX}/sbin/apxs \ |