aboutsummaryrefslogtreecommitdiffstats
path: root/mail/postfix27/Makefile
diff options
context:
space:
mode:
authorsahil <sahil@FreeBSD.org>2010-06-10 10:25:30 +0800
committersahil <sahil@FreeBSD.org>2010-06-10 10:25:30 +0800
commitaa87b358dcc59fb2c849a99f720c385632d607c2 (patch)
tree248f73dc947f573a6696ae195aead7209be7b330 /mail/postfix27/Makefile
parentdec45986bff85c0365eb2b54ca6ca712e1f9a755 (diff)
downloadfreebsd-ports-gnome-aa87b358dcc59fb2c849a99f720c385632d607c2.tar.gz
freebsd-ports-gnome-aa87b358dcc59fb2c849a99f720c385632d607c2.tar.zst
freebsd-ports-gnome-aa87b358dcc59fb2c849a99f720c385632d607c2.zip
- Update to 2.7.1
- Unset INVALID_BDB_VER; Berkeley DB 5.x is now supported Approved by: wxs@/itectu@ (mentors, implicit)
Diffstat (limited to 'mail/postfix27/Makefile')
-rw-r--r--mail/postfix27/Makefile3
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