aboutsummaryrefslogtreecommitdiff
path: root/mail/prayer
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2014-03-08 12:13:30 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2014-03-08 12:13:30 +0000
commitec969d740b8168d91b6b178d20db084155a3ddda (patch)
tree379c500862cf07e32cc3907c159140a6fe226911 /mail/prayer
parent891dc4defb8f6cdd5fdb3a7a3e6566073fac78b7 (diff)
downloadports-ec969d740b8168d91b6b178d20db084155a3ddda.tar.gz
ports-ec969d740b8168d91b6b178d20db084155a3ddda.zip
- Fix typo in OPTIONS handling
- Use a non deprecated version of BDB PR: ports/186071 Submitted by: maintainer
Notes
Notes: svn path=/head/; revision=347483
Diffstat (limited to 'mail/prayer')
-rw-r--r--mail/prayer/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/mail/prayer/Makefile b/mail/prayer/Makefile
index 50b4d3363cab..1ee04e419545 100644
--- a/mail/prayer/Makefile
+++ b/mail/prayer/Makefile
@@ -2,6 +2,7 @@
PORTNAME= prayer
PORTVERSION= 1.3.5
+PORTREVISION= 1
CATEGORIES= mail www
MASTER_SITES= ftp://ftp.csx.cam.ac.uk/pub/software/email/prayer/
@@ -32,7 +33,7 @@ SESSIONCACHE_DESC= Activate Session Cache
USERS= _prayer
GROUPS= prayer
-SESSIONCACHE_USE= BDB=yes
+SESSIONCACHE_USE= BDB=5+
LDAP_USE= OPENLDAP=yes
TIDY_LIB_DEPENDS= libtidy-0.99.so:${PORTSDIR}/www/tidy-lib
@@ -75,7 +76,7 @@ MAKE_ARGS+= CCLIENT_SSL_ENABLE=false \
SSL_ENABLE=false
.endif
-.if ${PORT_OPTIONS:MSESSION_CACHE}
+.if ${PORT_OPTIONS:MSESSIONCACHE}
MAKE_ARGS+= SESSION_CACHE_ENABLE=true \
DB_INCLUDE=-I${BDB_INCLUDE_DIR} \
DB_LIBS="-L${BDB_LIB_DIR} -l${BDB_LIB_NAME}"