diff options
author | Renato Botelho <garga@FreeBSD.org> | 2008-04-16 16:10:19 +0000 |
---|---|---|
committer | Renato Botelho <garga@FreeBSD.org> | 2008-04-16 16:10:19 +0000 |
commit | 5ecc9b9295b3e619c1c7cb90c068be0e911aed0b (patch) | |
tree | 74588a5cfa6211285f8887346870b7364822d3e3 /security/clamcour/Makefile | |
parent | 242c19bc489957b8f0b61e519300dceb0ec0642b (diff) | |
download | ports-5ecc9b9295b3e619c1c7cb90c068be0e911aed0b.tar.gz ports-5ecc9b9295b3e619c1c7cb90c068be0e911aed0b.zip |
Notes
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 31e2cedf2073..96fcb038c9fa 100644 --- a/security/clamcour/Makefile +++ b/security/clamcour/Makefile @@ -7,7 +7,7 @@ PORTNAME= clamcour PORTVERSION= 0.3.8 -PORTREVISION= 2 +PORTREVISION= 3 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.3:${PORTSDIR}/security/clamav +LIB_DEPENDS= clamav.4:${PORTSDIR}/security/clamav GNU_CONFIGURE= yes CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} |