aboutsummaryrefslogtreecommitdiff
path: root/www/havp
diff options
context:
space:
mode:
authorRenato Botelho <garga@FreeBSD.org>2008-04-16 16:10:19 +0000
committerRenato Botelho <garga@FreeBSD.org>2008-04-16 16:10:19 +0000
commit5ecc9b9295b3e619c1c7cb90c068be0e911aed0b (patch)
tree74588a5cfa6211285f8887346870b7364822d3e3 /www/havp
parent242c19bc489957b8f0b61e519300dceb0ec0642b (diff)
Notes
Diffstat (limited to 'www/havp')
-rw-r--r--www/havp/Makefile5
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)