diff options
author | garga <garga@FreeBSD.org> | 2009-03-27 19:53:07 +0800 |
---|---|---|
committer | garga <garga@FreeBSD.org> | 2009-03-27 19:53:07 +0800 |
commit | b34da632f219f529ad066c87e48fa3c252657dc6 (patch) | |
tree | 322caa19218f2feb61aea674aee1edf7b16c4495 /security/spybye | |
parent | 91184f3932a6455516109f898bae81c1e084dddf (diff) | |
download | freebsd-ports-gnome-b34da632f219f529ad066c87e48fa3c252657dc6.tar.gz freebsd-ports-gnome-b34da632f219f529ad066c87e48fa3c252657dc6.tar.zst freebsd-ports-gnome-b34da632f219f529ad066c87e48fa3c252657dc6.zip |
- Bump necessary PORTREVISIONS and fix some ports to new clamav API
Diffstat (limited to 'security/spybye')
-rw-r--r-- | security/spybye/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/spybye/Makefile b/security/spybye/Makefile index 7da0ed9064d1..a58efac80a26 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.5:${PORTSDIR}/security/clamav +LIB_DEPENDS+= clamav.6:${PORTSDIR}/security/clamav CONFIGURE_ARGS+= --with-libclamav=${PREFIX}/bin .endif |