diff options
author | Renato Botelho <garga@FreeBSD.org> | 2009-03-27 15:40:09 +0000 |
---|---|---|
committer | Renato Botelho <garga@FreeBSD.org> | 2009-03-27 15:40:09 +0000 |
commit | 38e1416ad9f0b2ee0a68a482106edfa95e784d3e (patch) | |
tree | 61ff23b843b990af0fa98f66231997b655bb1e93 /www/c-icap | |
parent | b24fb95e87b989e0d9ee95d74b96d8efa4dc8de9 (diff) | |
download | ports-38e1416ad9f0b2ee0a68a482106edfa95e784d3e.tar.gz ports-38e1416ad9f0b2ee0a68a482106edfa95e784d3e.zip |
Notes
Diffstat (limited to 'www/c-icap')
-rw-r--r-- | www/c-icap/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/c-icap/Makefile b/www/c-icap/Makefile index 31736d855e3f..fd9206df2419 100644 --- a/www/c-icap/Makefile +++ b/www/c-icap/Makefile @@ -7,6 +7,7 @@ PORTNAME= c-icap PORTVERSION= 060708 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= www MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} @@ -49,7 +50,7 @@ CONFIGURE_ARGS+= --without-perl .endif .if !defined(WITHOUT_CLAMAV) -LIB_DEPENDS+= clamav.5:${PORTSDIR}/security/clamav +LIB_DEPENDS+= clamav.6:${PORTSDIR}/security/clamav PLIST_SUB+= CLAMAV="" CONFIGURE_ARGS+= --with-clamav CONFIGURE_ENV= CFLAGS="-I${LOCALBASE}/include" \ |