diff options
author | pav <pav@FreeBSD.org> | 2005-02-18 07:21:17 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2005-02-18 07:21:17 +0800 |
commit | c02323cf0e6680e24efa32905ae1d6b163300d31 (patch) | |
tree | 179afcab1d2d96d0e1ebd1bd669c57f8c820a020 /mail/prayer/Makefile | |
parent | 865fceea60668f123462c54b5d22c0ba58a4c73f (diff) | |
download | freebsd-ports-gnome-c02323cf0e6680e24efa32905ae1d6b163300d31.tar.gz freebsd-ports-gnome-c02323cf0e6680e24efa32905ae1d6b163300d31.tar.zst freebsd-ports-gnome-c02323cf0e6680e24efa32905ae1d6b163300d31.zip |
- Update to 1.12
- Unbreak
PR: ports/77632
Submitted by: Johan van Selst <johans@stack.nl>
Diffstat (limited to 'mail/prayer/Makefile')
-rw-r--r-- | mail/prayer/Makefile | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/mail/prayer/Makefile b/mail/prayer/Makefile index 88f8741b7878..b72b90da9164 100644 --- a/mail/prayer/Makefile +++ b/mail/prayer/Makefile @@ -6,7 +6,7 @@ # PORTNAME= prayer -PORTVERSION= 1.0.10 +PORTVERSION= 1.0.12 CATEGORIES= mail www MASTER_SITES= ftp://ftp.csx.cam.ac.uk/pub/software/email/prayer/ # ftp://ftp.csx.cam.ac.uk/pub/software/email/prayer/prayer-1.0.8.tar.gz @@ -16,18 +16,16 @@ COMMENT= Prayer Webmail System BUILD_DEPENDS= ${LOCALBASE}/lib/libc-client4.a:${PORTSDIR}/mail/cclient .if !defined(PRAYER_WITHOUT_SESSION_CACHE) -LIB_DEPENDS+= ${BERKLEYDB_LIB}:${PORTSDIR}/${BERKLEYDB_PORT} +LIB_DEPENDS+= ${BERKELEYDB_LIB}:${PORTSDIR}/${BERKELEYDB_PORT} .endif -BROKEN= Does not fetch - USE_GMAKE= yes USE_OPENSSL= yes USE_REINPLACE= yes USE_PERL5_BUILD= yes MAKE_ENV+= PORTCFLAGS="${CFLAGS}" -BERKLEYDB_PORT?= databases/db3 -BERKLEYDB_LIB?= db3.3 +BERKELEYDB_PORT?= databases/db42 +BERKELEYDB_LIB?= db-4.2 DOCS= ACCOUNTD CMD_LINE DESIGN DONE DONE-OLD FEATURES ICONLIST \ INSTALL LOGS NOTICE README ROADMAP SECURITY TODO URL_OPTIONS |