diff options
author | Renato Botelho <garga@FreeBSD.org> | 2008-04-16 16:10:19 +0000 |
---|---|---|
committer | Renato Botelho <garga@FreeBSD.org> | 2008-04-16 16:10:19 +0000 |
commit | 5ecc9b9295b3e619c1c7cb90c068be0e911aed0b (patch) | |
tree | 74588a5cfa6211285f8887346870b7364822d3e3 /www/havp | |
parent | 242c19bc489957b8f0b61e519300dceb0ec0642b (diff) |
Notes
Diffstat (limited to 'www/havp')
-rw-r--r-- | www/havp/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/www/havp/Makefile b/www/havp/Makefile index 1f23b237e604..3b499481ca9f 100644 --- a/www/havp/Makefile +++ b/www/havp/Makefile @@ -7,6 +7,7 @@ PORTNAME= havp PORTVERSION= 0.87 +PORTREVISION= 1 CATEGORIES= www MASTER_SITES= http://www.server-side.de/download/ \ http://bio3k.softboard.ru/uploads/arch/ @@ -14,7 +15,7 @@ MASTER_SITES= http://www.server-side.de/download/ \ MAINTAINER= b3k@mail.ru COMMENT= HTTP Antivirus Proxy -LIB_DEPENDS= clamav.3:${PORTSDIR}/security/clamav +LIB_DEPENDS= clamav.4:${PORTSDIR}/security/clamav GNU_CONFIGURE= yes USE_GMAKE= yes @@ -35,6 +36,8 @@ OPTIONS= SSL "Enable SSL proxying (not scanned, only forwarded!)" on \ CLAMAV "Enable libclamav support" on \ TROPHIE "Enable Trend Micro (Trophie) support" off +BROKEN= Doesn't build with clamav-0.93 + .include <bsd.port.pre.mk> .if defined(WITH_SSL) |