diff options
author | Sahil Tandon <sahil@FreeBSD.org> | 2010-06-10 02:25:30 +0000 |
---|---|---|
committer | Sahil Tandon <sahil@FreeBSD.org> | 2010-06-10 02:25:30 +0000 |
commit | 8994869c48c1711e9fd46dfb1a922d3db1549da7 (patch) | |
tree | fedadf961a56ea938524b5772d8139bdb4bbc20d /mail/postfix27/Makefile | |
parent | b2e8e4b22c07c91385f6147c07854637309057a2 (diff) |
- Update to 2.7.1
- Unset INVALID_BDB_VER; Berkeley DB 5.x is now supported
Approved by: wxs@/itectu@ (mentors, implicit)
Notes
Notes:
svn path=/head/; revision=256278
Diffstat (limited to 'mail/postfix27/Makefile')
-rw-r--r-- | mail/postfix27/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/mail/postfix27/Makefile b/mail/postfix27/Makefile index 9edcdb9d14e3..4bfbcbb9f7c2 100644 --- a/mail/postfix27/Makefile +++ b/mail/postfix27/Makefile @@ -6,7 +6,7 @@ # PORTNAME= postfix -PORTVERSION= 2.7.0 +PORTVERSION= 2.7.1 PORTEPOCH= 1 CATEGORIES= mail ipv6 MASTER_SITES= ftp://ftp.porcupine.org/mirrors/postfix-release/official/ \ @@ -152,7 +152,6 @@ POSTFIX_AUXLIBS+= -L${OPENSSLLIB} ${LDFLAGS} -lssl -lcrypto .if defined(WITH_BDB) USE_BDB= yes -INVALID_BDB_VER= 50+ POSTFIX_CCARGS+= -I${BDB_INCLUDE_DIR} POSTFIX_AUXLIBS+= -L${BDB_LIB_DIR} -l${BDB_LIB_NAME} .endif |