diff options
author | novel <novel@FreeBSD.org> | 2007-03-16 23:06:17 +0800 |
---|---|---|
committer | novel <novel@FreeBSD.org> | 2007-03-16 23:06:17 +0800 |
commit | 1738e61888da9439af996f28302687fe4ca7d7c9 (patch) | |
tree | 8c87d45fe5796ded6801b8338ff474288152d165 | |
parent | ead147288bbf285b7542b07b476f1a62378a87cd (diff) | |
download | freebsd-ports-gnome-1738e61888da9439af996f28302687fe4ca7d7c9.tar.gz freebsd-ports-gnome-1738e61888da9439af996f28302687fe4ca7d7c9.tar.zst freebsd-ports-gnome-1738e61888da9439af996f28302687fe4ca7d7c9.zip |
Fix clamav dependency.
PR: 110390
Submitted by: Volker Werth <volker@vwsoft.com>
Approved by: Elisey Savateev (maintainer)
Pointyhat to: novel
-rw-r--r-- | www/havp/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/havp/Makefile b/www/havp/Makefile index c3c86bead84a..53fa7ab80e74 100644 --- a/www/havp/Makefile +++ b/www/havp/Makefile @@ -14,7 +14,7 @@ MASTER_SITES= http://www.server-side.de/download/ \ MAINTAINER= b3k@mail.ru COMMENT= HTTP Antivirus Proxy -LIB_DEPENDS= clamav.1:${PORTSDIR}/security/clamav +LIB_DEPENDS= clamav.2:${PORTSDIR}/security/clamav GNU_CONFIGURE= yes USE_GMAKE= yes |