diff options
author | sahil <sahil@FreeBSD.org> | 2010-06-10 10:25:30 +0800 |
---|---|---|
committer | sahil <sahil@FreeBSD.org> | 2010-06-10 10:25:30 +0800 |
commit | aa87b358dcc59fb2c849a99f720c385632d607c2 (patch) | |
tree | 248f73dc947f573a6696ae195aead7209be7b330 /mail/postfix28/Makefile | |
parent | dec45986bff85c0365eb2b54ca6ca712e1f9a755 (diff) | |
download | freebsd-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/postfix28/Makefile')
-rw-r--r-- | mail/postfix28/Makefile | 3 |
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 |