aboutsummaryrefslogtreecommitdiff
path: root/www/c-icap
diff options
context:
space:
mode:
authorRenato Botelho <garga@FreeBSD.org>2007-03-13 20:11:19 +0000
committerRenato Botelho <garga@FreeBSD.org>2007-03-13 20:11:19 +0000
commit6dee7aadd206bc514c80d7ae5b6ab6b2da2627cc (patch)
tree8bc202477887df5a3cf81f5a43cc6c0386d5efc4 /www/c-icap
parentd8426aee69f7d3a57a84c4e44d4bf665a4402065 (diff)
Notes
Diffstat (limited to 'www/c-icap')
-rw-r--r--www/c-icap/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/www/c-icap/Makefile b/www/c-icap/Makefile
index 3366f0ff3070..16399ff0bdd4 100644
--- a/www/c-icap/Makefile
+++ b/www/c-icap/Makefile
@@ -7,7 +7,7 @@
PORTNAME= c-icap
PORTVERSION= 030606
-PORTREVISION= 2
+PORTREVISION= 3
PORTEPOCH= 1
CATEGORIES= www
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \
@@ -54,8 +54,8 @@ PLIST_SUB+= PERL="@comment "
CONFIGURE_ARGS+= --without-perl
.endif
-.if defined(WITH_CLAMAV)
-LIB_DEPENDS+= clamav.1:${PORTSDIR}/security/clamav
+.if !defined(WITHOUT_CLAMAV)
+LIB_DEPENDS+= clamav.2:${PORTSDIR}/security/clamav
PLIST_SUB+= CLAMAV=""
CONFIGURE_ARGS+= --with-clamav
CONFIGURE_ENV= CFLAGS="-I${LOCALBASE}/include" \