diff options
-rw-r--r-- | www/c-icap/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/c-icap/Makefile b/www/c-icap/Makefile index 31736d855e3f..fd9206df2419 100644 --- a/www/c-icap/Makefile +++ b/www/c-icap/Makefile @@ -7,6 +7,7 @@ PORTNAME= c-icap PORTVERSION= 060708 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= www MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} @@ -49,7 +50,7 @@ CONFIGURE_ARGS+= --without-perl .endif .if !defined(WITHOUT_CLAMAV) -LIB_DEPENDS+= clamav.5:${PORTSDIR}/security/clamav +LIB_DEPENDS+= clamav.6:${PORTSDIR}/security/clamav PLIST_SUB+= CLAMAV="" CONFIGURE_ARGS+= --with-clamav CONFIGURE_ENV= CFLAGS="-I${LOCALBASE}/include" \ |