diff options
author | garga <garga@FreeBSD.org> | 2010-04-06 20:01:56 +0800 |
---|---|---|
committer | garga <garga@FreeBSD.org> | 2010-04-06 20:01:56 +0800 |
commit | 01285a8d15ff7ff315931f960441b24e4bd41c4b (patch) | |
tree | c098bf684843aee9a059bc3de5320b05f7c1ca69 /security/clamcour/Makefile | |
parent | 6de403e8cd9a285f12b72af671861e281d130cba (diff) | |
download | freebsd-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/clamcour/Makefile')
-rw-r--r-- | security/clamcour/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/clamcour/Makefile b/security/clamcour/Makefile index 352626875aa0..165a455a9bef 100644 --- a/security/clamcour/Makefile +++ b/security/clamcour/Makefile @@ -7,7 +7,7 @@ PORTNAME= clamcour PORTVERSION= 0.3.8 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= security mail MASTER_SITES= http://www.becrux.com/pages/projects/clamcour/ @@ -15,7 +15,7 @@ MAINTAINER= bsd@dino.sk COMMENT= ClamAV courier filter BUILD_DEPENDS= courier-config:${PORTSDIR}/mail/courier -LIB_DEPENDS= clamav.6:${PORTSDIR}/security/clamav +LIB_DEPENDS= clamav.7:${PORTSDIR}/security/clamav GNU_CONFIGURE= yes |