diff options
author | Renato Botelho <garga@FreeBSD.org> | 2007-12-19 23:08:38 +0000 |
---|---|---|
committer | Renato Botelho <garga@FreeBSD.org> | 2007-12-19 23:08:38 +0000 |
commit | e74905e54bdaced2d06fbc274a14a42b211d3126 (patch) | |
tree | 2aa5e741bcd48e2b1212e1da5c91c272aa68a881 /security/clamcour | |
parent | 19a8a2ec339772a805b5fb6ff0cfb1a6d41c3aee (diff) | |
download | ports-e74905e54bdaced2d06fbc274a14a42b211d3126.tar.gz ports-e74905e54bdaced2d06fbc274a14a42b211d3126.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 a4a6023be698..31e2cedf2073 100644 --- a/security/clamcour/Makefile +++ b/security/clamcour/Makefile @@ -7,7 +7,7 @@ PORTNAME= clamcour PORTVERSION= 0.3.8 -PORTREVISION= 1 +PORTREVISION= 2 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.2:${PORTSDIR}/security/clamav +LIB_DEPENDS= clamav.3:${PORTSDIR}/security/clamav GNU_CONFIGURE= yes CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} |