diff options
author | gabor <gabor@FreeBSD.org> | 2010-06-08 15:10:55 +0800 |
---|---|---|
committer | gabor <gabor@FreeBSD.org> | 2010-06-08 15:10:55 +0800 |
commit | 1e31f128dd2707166fafb106f3b1cc313defe409 (patch) | |
tree | 0ef64c4bee07dc5425346f44a5bff71644dc0a35 /security/amavisd-new | |
parent | 79924b0ae48741938199d75ceeb090eeafd53bc7 (diff) | |
download | freebsd-ports-graphics-1e31f128dd2707166fafb106f3b1cc313defe409.tar.gz freebsd-ports-graphics-1e31f128dd2707166fafb106f3b1cc313defe409.tar.zst freebsd-ports-graphics-1e31f128dd2707166fafb106f3b1cc313defe409.zip |
- 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)
Diffstat (limited to 'security/amavisd-new')
-rw-r--r-- | security/amavisd-new/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/security/amavisd-new/Makefile b/security/amavisd-new/Makefile index 8542d1e8ad6..8460459c56c 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 |