aboutsummaryrefslogtreecommitdiff
path: root/www/c-icap
diff options
context:
space:
mode:
authorRenato Botelho <garga@FreeBSD.org>2008-04-16 16:10:19 +0000
committerRenato Botelho <garga@FreeBSD.org>2008-04-16 16:10:19 +0000
commit5ecc9b9295b3e619c1c7cb90c068be0e911aed0b (patch)
tree74588a5cfa6211285f8887346870b7364822d3e3 /www/c-icap
parent242c19bc489957b8f0b61e519300dceb0ec0642b (diff)
downloadports-5ecc9b9295b3e619c1c7cb90c068be0e911aed0b.tar.gz
ports-5ecc9b9295b3e619c1c7cb90c068be0e911aed0b.zip
Notes
Diffstat (limited to 'www/c-icap')
-rw-r--r--www/c-icap/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/www/c-icap/Makefile b/www/c-icap/Makefile
index 7c80b75371cc..feb3343636ab 100644
--- a/www/c-icap/Makefile
+++ b/www/c-icap/Makefile
@@ -7,7 +7,7 @@
PORTNAME= c-icap
PORTVERSION= 030606
-PORTREVISION= 4
+PORTREVISION= 5
PORTEPOCH= 1
CATEGORIES= www
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \
@@ -32,6 +32,8 @@ OPTIONS= CLAMAV "Build with srv_clamav service" on \
IPV6 "Enable IPv6 support" off
# PERL "With Perl support" off
+BROKEN= Doesn't build with clamav-0.93
+
.include <bsd.port.pre.mk>
# Perl support not ready yet. Try to contact author or hack it by yourself.
@@ -55,7 +57,7 @@ CONFIGURE_ARGS+= --without-perl
.endif
.if !defined(WITHOUT_CLAMAV)
-LIB_DEPENDS+= clamav.3:${PORTSDIR}/security/clamav
+LIB_DEPENDS+= clamav.4:${PORTSDIR}/security/clamav
PLIST_SUB+= CLAMAV=""
CONFIGURE_ARGS+= --with-clamav
CONFIGURE_ENV= CFLAGS="-I${LOCALBASE}/include" \