aboutsummaryrefslogtreecommitdiffstats
path: root/security/spybye
diff options
context:
space:
mode:
authorgarga <garga@FreeBSD.org>2010-04-06 20:01:56 +0800
committergarga <garga@FreeBSD.org>2010-04-06 20:01:56 +0800
commit01285a8d15ff7ff315931f960441b24e4bd41c4b (patch)
treec098bf684843aee9a059bc3de5320b05f7c1ca69 /security/spybye
parent6de403e8cd9a285f12b72af671861e281d130cba (diff)
downloadfreebsd-ports-gnome-01285a8d15ff7ff315931f960441b24e4bd41c4b.tar.gz
freebsd-ports-gnome-01285a8d15ff7ff315931f960441b24e4bd41c4b.tar.zst
freebsd-ports-gnome-01285a8d15ff7ff315931f960441b24e4bd41c4b.zip
Chase clamav's lib bump
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