summaryrefslogtreecommitdiffstats
path: root/mail/mailscanner
diff options
context:
space:
mode:
authorgarga <garga@FreeBSD.org>2007-03-13 20:11:19 +0000
committergarga <garga@FreeBSD.org>2007-03-13 20:11:19 +0000
commitfb29dd722a07d0882d1be1908f1f8f4a2b74bbc7 (patch)
tree4de28a67cf617d86cfbc7e12cd578dd2d78b8bb6 /mail/mailscanner
parent2373596baa0ef6652012e15ee36f201b44e4ffd6 (diff)
downloadFreeBSD-ports-fb29dd722a07d0882d1be1908f1f8f4a2b74bbc7.zip
FreeBSD-ports-fb29dd722a07d0882d1be1908f1f8f4a2b74bbc7.tar.gz
- Update clamav to 0.90.1
- Use -lthr to build clamav since it has problems with libpthread - Bump PORTREVISION of dependant ports, libclamav version was bumped - Fix clamcour to build with clamav-0.90.x using patch sent by maintainer
Diffstat (limited to 'mail/mailscanner')
-rw-r--r--mail/mailscanner/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/mail/mailscanner/Makefile b/mail/mailscanner/Makefile
index 98d694e..69dc242 100644
--- a/mail/mailscanner/Makefile
+++ b/mail/mailscanner/Makefile
@@ -7,6 +7,7 @@
PORTNAME= MailScanner
PORTVERSION= 4.58.9
+PORTREVISION= 1
CATEGORIES= mail
MASTER_SITES= http://www.mailscanner.info/files/4/tar/
DISTNAME= ${PORTNAME}-install-${PORTVERSION}-${PATCHLEVEL}
@@ -85,7 +86,7 @@ PLIST_SUB+= SPAMASSASSIN_SYMLINK="@comment "
PLIST_SUB+= SPAMASSASSIN_SYMLINK=""
.endif
-.if defined(WITH_CLAMAV)
+.if !defined(WITHOUT_CLAMAV)
RUN_DEPENDS+= clamscan:${PORTSDIR}/security/clamav
.endif
OpenPOWER on IntegriCloud