diff options
author | Renato Botelho <garga@FreeBSD.org> | 2010-04-06 12:01:56 +0000 |
---|---|---|
committer | Renato Botelho <garga@FreeBSD.org> | 2010-04-06 12:01:56 +0000 |
commit | 33d9de8958272943c2be188b095d918715c6a544 (patch) | |
tree | cad55e0cdf4a972f4ff08b71af7faac423c7548a /www/c-icap | |
parent | af4c0b3e4f7f606888c60bcc486a095f07ad125e (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 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" \ |