summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGabor Kovesdan <gabor@FreeBSD.org>2010-06-08 07:10:55 +0000
committerGabor Kovesdan <gabor@FreeBSD.org>2010-06-08 07:10:55 +0000
commit1c09e8cb66613857ad45412882c197cc642d45f9 (patch)
tree9d16c46e24a939081d74e94e1f4b54aca0d018a3
parent. add run-time dependencies: www/py-qt4-webkit and devel/py-qt4-help; [1] (diff)
- Use BerkeleyDB 4.2 if compiled with WITH_BDB. Using 4.1, which was
indirectly pulled in by dependencies, has a serious performance problem. - Bum PORTREVISION Requested by: Andy Dills <andy@xecu.net> (via private mail)
Notes
Notes: svn path=/head/; revision=256084
-rw-r--r--security/amavisd-new/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/security/amavisd-new/Makefile b/security/amavisd-new/Makefile
index 8542d1e8ad69..8460459c56c4 100644
--- a/security/amavisd-new/Makefile
+++ b/security/amavisd-new/Makefile
@@ -8,7 +8,7 @@
PORTNAME= amavisd-new
PORTVERSION= 2.6.4
-PORTREVISION= 5
+PORTREVISION= 6
PORTEPOCH= 1
CATEGORIES= security
MASTER_SITES= http://www.ijs.si/software/amavisd/ \
@@ -106,6 +106,7 @@ AMAVIS_NOMILTER="@comment "
.endif
.if defined(WITH_BDB)
+USE_BDB= 42
RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/BerkeleyDB.pm:${PORTSDIR}/databases/p5-BerkeleyDB
.endif