aboutsummaryrefslogtreecommitdiff
path: root/mail/postfix28/Makefile
diff options
context:
space:
mode:
authorSahil Tandon <sahil@FreeBSD.org>2010-06-10 02:25:30 +0000
committerSahil Tandon <sahil@FreeBSD.org>2010-06-10 02:25:30 +0000
commit8994869c48c1711e9fd46dfb1a922d3db1549da7 (patch)
treefedadf961a56ea938524b5772d8139bdb4bbc20d /mail/postfix28/Makefile
parentb2e8e4b22c07c91385f6147c07854637309057a2 (diff)
downloadports-8994869c48c1711e9fd46dfb1a922d3db1549da7.tar.gz
ports-8994869c48c1711e9fd46dfb1a922d3db1549da7.zip
Notes
Diffstat (limited to 'mail/postfix28/Makefile')
-rw-r--r--mail/postfix28/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/mail/postfix28/Makefile b/mail/postfix28/Makefile
index 9edcdb9d14e3..4bfbcbb9f7c2 100644
--- a/mail/postfix28/Makefile
+++ b/mail/postfix28/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