diff options
author | Renato Botelho <garga@FreeBSD.org> | 2008-09-15 19:56:38 +0000 |
---|---|---|
committer | Renato Botelho <garga@FreeBSD.org> | 2008-09-15 19:56:38 +0000 |
commit | 37c88c8e12ad9a0d6e9650fcf3fd6a9f952ee988 (patch) | |
tree | 81ded9fcdaddcfcae4d1d0762d9c2bb0bdce1692 /security/clamcour | |
parent | f8478461222c738f5ae5a31d3f92d0ec7a2db333 (diff) | |
download | ports-37c88c8e12ad9a0d6e9650fcf3fd6a9f952ee988.tar.gz ports-37c88c8e12ad9a0d6e9650fcf3fd6a9f952ee988.zip |
Notes
Diffstat (limited to 'security/clamcour')
-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 2e39d6e8dd97..6b0ef35743f8 100644 --- a/security/clamcour/Makefile +++ b/security/clamcour/Makefile @@ -7,7 +7,7 @@ PORTNAME= clamcour PORTVERSION= 0.3.8 -PORTREVISION= 3 +PORTREVISION= 4 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.4:${PORTSDIR}/security/clamav +LIB_DEPENDS= clamav.5:${PORTSDIR}/security/clamav GNU_CONFIGURE= yes |