aboutsummaryrefslogtreecommitdiffstats
path: root/www/c-icap
diff options
context:
space:
mode:
authorgarga <garga@FreeBSD.org>2010-04-06 20:01:56 +0800
committergarga <garga@FreeBSD.org>2010-04-06 20:01:56 +0800
commit01285a8d15ff7ff315931f960441b24e4bd41c4b (patch)
treec098bf684843aee9a059bc3de5320b05f7c1ca69 /www/c-icap
parent6de403e8cd9a285f12b72af671861e281d130cba (diff)
downloadfreebsd-ports-gnome-01285a8d15ff7ff315931f960441b24e4bd41c4b.tar.gz
freebsd-ports-gnome-01285a8d15ff7ff315931f960441b24e4bd41c4b.tar.zst
freebsd-ports-gnome-01285a8d15ff7ff315931f960441b24e4bd41c4b.zip
Chase clamav's lib bump
Diffstat (limited to 'www/c-icap')
-rw-r--r--www/c-icap/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/www/c-icap/Makefile b/www/c-icap/Makefile
index 433f0f58b3ea..f964eaedd1ad 100644
--- a/www/c-icap/Makefile
+++ b/www/c-icap/Makefile
@@ -7,7 +7,7 @@
PORTNAME= c-icap
PORTVERSION= 060708
-PORTREVISION= 1
+PORTREVISION= 2
PORTEPOCH= 1
CATEGORIES= www
MASTER_SITES= SF/${PORTNAME}/OldFiles
@@ -49,7 +49,7 @@ CONFIGURE_ARGS+= --without-perl
.endif
.if !defined(WITHOUT_CLAMAV)
-LIB_DEPENDS+= clamav.6:${PORTSDIR}/security/clamav
+LIB_DEPENDS+= clamav.7:${PORTSDIR}/security/clamav
PLIST_SUB+= CLAMAV=""
CONFIGURE_ARGS+= --with-clamav
CONFIGURE_ENV= CFLAGS="-I${LOCALBASE}/include" \