diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2008-02-12 09:40:38 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2008-02-12 09:40:38 +0000 |
commit | f71a93b409d18b037daabeaa992a2b83c405bf6e (patch) | |
tree | 0cb2d256da442186436a3a5f0128e69eed304b2e | |
parent | Update to v2.32.3 (security update). (diff) |
- Mark Deprecated no longer support by developers
Approved by: maintainer implicit
Notes
Notes:
svn path=/head/; revision=207049
-rw-r--r-- | mail/claws-mail-maildir/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/mail/claws-mail-maildir/Makefile b/mail/claws-mail-maildir/Makefile index dc921a4a6600..4c4984358a74 100644 --- a/mail/claws-mail-maildir/Makefile +++ b/mail/claws-mail-maildir/Makefile @@ -23,6 +23,9 @@ USE_XLIB= yes USE_AUTOTOOLS= autoconf:261 USE_BDB= yes +DEPRECATED= no longer supported by developers +EXPIRATION_DATE= 2008-02-29 + CONFIGURE_ENV= CFLAGS="-I${BDB_INCLUDE_DIR}" \ LDFLAGS="-l${BDB_LIB_NAME} -L${BDB_LIB_DIR}" |