aboutsummaryrefslogtreecommitdiff
path: root/security/spybye
diff options
context:
space:
mode:
authorRenato Botelho <garga@FreeBSD.org>2010-04-06 12:01:56 +0000
committerRenato Botelho <garga@FreeBSD.org>2010-04-06 12:01:56 +0000
commit33d9de8958272943c2be188b095d918715c6a544 (patch)
treecad55e0cdf4a972f4ff08b71af7faac423c7548a /security/spybye
parentaf4c0b3e4f7f606888c60bcc486a095f07ad125e (diff)
downloadports-33d9de8958272943c2be188b095d918715c6a544.tar.gz
ports-33d9de8958272943c2be188b095d918715c6a544.zip
Chase clamav's lib bump
Notes
Notes: svn path=/head/; revision=252318
Diffstat (limited to 'security/spybye')
-rw-r--r--security/spybye/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/security/spybye/Makefile b/security/spybye/Makefile
index a58efac80a26..38bae41decf2 100644
--- a/security/spybye/Makefile
+++ b/security/spybye/Makefile
@@ -27,7 +27,7 @@ MAN1= spybye.1
.include <bsd.port.pre.mk>
.if defined(WITH_CLAMAV)
-LIB_DEPENDS+= clamav.6:${PORTSDIR}/security/clamav
+LIB_DEPENDS+= clamav.7:${PORTSDIR}/security/clamav
CONFIGURE_ARGS+= --with-libclamav=${PREFIX}/bin
.endif