diff options
author | miwi <miwi@FreeBSD.org> | 2008-02-12 17:40:38 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2008-02-12 17:40:38 +0800 |
commit | 18c1ebcbf1599d5d71ea621ff6fa390fbd10453b (patch) | |
tree | 80261ffec302ea84816cb876ad3c92dda1f6a70e /mail | |
parent | 83ebe4be45ea477ebf7ba8a86014624430a9b4e9 (diff) | |
download | freebsd-ports-gnome-18c1ebcbf1599d5d71ea621ff6fa390fbd10453b.tar.gz freebsd-ports-gnome-18c1ebcbf1599d5d71ea621ff6fa390fbd10453b.tar.zst freebsd-ports-gnome-18c1ebcbf1599d5d71ea621ff6fa390fbd10453b.zip |
- Mark Deprecated no longer support by developers
Approved by: maintainer implicit
Diffstat (limited to 'mail')
-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}" |