diff options
author | Beech Rintoul <beech@FreeBSD.org> | 2008-02-05 06:35:26 +0000 |
---|---|---|
committer | Beech Rintoul <beech@FreeBSD.org> | 2008-02-05 06:35:26 +0000 |
commit | 7973dfa2a29f2049e78cc9a47f6d2b2e6767804e (patch) | |
tree | 428328262283c9ccd7743378857e4632617381d4 /mail/prayer/Makefile | |
parent | b9ac189d7b00828a8c1370e2bf1d11069c276bf6 (diff) |
Notes
Diffstat (limited to 'mail/prayer/Makefile')
-rw-r--r-- | mail/prayer/Makefile | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/mail/prayer/Makefile b/mail/prayer/Makefile index 1ea098427a93..050b46475ca6 100644 --- a/mail/prayer/Makefile +++ b/mail/prayer/Makefile @@ -6,16 +6,16 @@ # PORTNAME= prayer -PORTVERSION= 1.0.18 +PORTVERSION= 1.0.19 CATEGORIES= mail www MASTER_SITES= ftp://ftp.csx.cam.ac.uk/pub/software/email/prayer/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= beech@FreeBSD.org COMMENT= Prayer Webmail System BUILD_DEPENDS= ${LOCALBASE}/lib/libc-client4.a:${PORTSDIR}/mail/cclient .if !defined(PRAYER_WITHOUT_SESSION_CACHE) -LIB_DEPENDS+= ${BERKELEYDB_LIB}:${PORTSDIR}/${BERKELEYDB_PORT} +LIB_DEPENDS+= db-4.2:${PORTSDIR}/databases/db42 .endif USE_OPENLDAP= yes @@ -23,8 +23,6 @@ USE_GMAKE= yes USE_OPENSSL= yes USE_PERL5_BUILD= yes MAKE_ENV+= PORTCFLAGS="${CFLAGS}" -BERKELEYDB_PORT?= databases/db42 -BERKELEYDB_LIB?= db-4.2 PORTDOCS= ACCOUNTD CMD_LINE DESIGN DONE DONE-OLD FEATURES ICONLIST \ INSTALL LOGS NOTICE README ROADMAP SECURITY TODO URL_OPTIONS |