diff options
author | Renato Botelho <garga@FreeBSD.org> | 2007-12-19 23:08:38 +0000 |
---|---|---|
committer | Renato Botelho <garga@FreeBSD.org> | 2007-12-19 23:08:38 +0000 |
commit | e74905e54bdaced2d06fbc274a14a42b211d3126 (patch) | |
tree | 2aa5e741bcd48e2b1212e1da5c91c272aa68a881 /www/c-icap | |
parent | 19a8a2ec339772a805b5fb6ff0cfb1a6d41c3aee (diff) |
Notes
Diffstat (limited to 'www/c-icap')
-rw-r--r-- | www/c-icap/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/c-icap/Makefile b/www/c-icap/Makefile index 16399ff0bdd4..7c80b75371cc 100644 --- a/www/c-icap/Makefile +++ b/www/c-icap/Makefile @@ -7,7 +7,7 @@ PORTNAME= c-icap PORTVERSION= 030606 -PORTREVISION= 3 +PORTREVISION= 4 PORTEPOCH= 1 CATEGORIES= www MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \ @@ -55,7 +55,7 @@ CONFIGURE_ARGS+= --without-perl .endif .if !defined(WITHOUT_CLAMAV) -LIB_DEPENDS+= clamav.2:${PORTSDIR}/security/clamav +LIB_DEPENDS+= clamav.3:${PORTSDIR}/security/clamav PLIST_SUB+= CLAMAV="" CONFIGURE_ARGS+= --with-clamav CONFIGURE_ENV= CFLAGS="-I${LOCALBASE}/include" \ |