aboutsummaryrefslogtreecommitdiff
path: root/mail/postfix-current
diff options
context:
space:
mode:
authorAkinori MUSHA <knu@FreeBSD.org>2001-08-01 11:56:24 +0000
committerAkinori MUSHA <knu@FreeBSD.org>2001-08-01 11:56:24 +0000
commit79f86fd6ec0742a34b2da09c724fa800ac7b0ba2 (patch)
tree681b6b9c843cb3061fc22e9838cc8bd98c1a8c89 /mail/postfix-current
parent00a8157778c811958120708b284fc76b4a3fda9a (diff)
downloadports-79f86fd6ec0742a34b2da09c724fa800ac7b0ba2.tar.gz
ports-79f86fd6ec0742a34b2da09c724fa800ac7b0ba2.zip
Notes
Diffstat (limited to 'mail/postfix-current')
-rw-r--r--mail/postfix-current/Makefile2
-rw-r--r--mail/postfix-current/scripts/configure.postfix2
2 files changed, 2 insertions, 2 deletions
diff --git a/mail/postfix-current/Makefile b/mail/postfix-current/Makefile
index 2853e27f958c..58e7b54e9057 100644
--- a/mail/postfix-current/Makefile
+++ b/mail/postfix-current/Makefile
@@ -7,7 +7,7 @@
PORTNAME= postfix
PORTVERSION= 20010525
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= mail ipv6
MASTER_SITES= ftp://ftp.porcupine.org/mirrors/postfix-release/experimental/ \
ftp://ftp.aet.tu-cottbus.de/pub/postfix_tls/%SUBDIR%/ \
diff --git a/mail/postfix-current/scripts/configure.postfix b/mail/postfix-current/scripts/configure.postfix
index 99a7c7d87f48..7f31ece6d5f6 100644
--- a/mail/postfix-current/scripts/configure.postfix
+++ b/mail/postfix-current/scripts/configure.postfix
@@ -93,7 +93,7 @@ while [ "$1" ]; do
SUB_TLS=""
;;
\"DB3\")
- echo "LIB_DEPENDS+= db3.3:\${PORTSDIR}/databases/db3"
+ echo "LIB_DEPENDS+= db3.2:\${PORTSDIR}/databases/db3"
echo "POSTFIX_CCARGS+= -I\${LOCALBASE}/include/db3"
echo "POSTFIX_AUXLIBS+= -L\${LOCALBASE}/lib -ldb3"
;;