summaryrefslogtreecommitdiff
path: root/mail/postfix-current/scripts/configure.postfix
diff options
context:
space:
mode:
authorAkinori MUSHA <knu@FreeBSD.org>2001-03-05 22:15:25 +0000
committerAkinori MUSHA <knu@FreeBSD.org>2001-03-05 22:15:25 +0000
commitb57f932896696c69ece2ed83866d1bc866e7955b (patch)
treef6ab341b839ac5192f18226cb5954d32aa8dac3a /mail/postfix-current/scripts/configure.postfix
parentPass make(1) MAKE_ARGS on make install too. (diff)
Fix the DB3 support. DB3's shlib version is now at 2.
Notes
Notes: svn path=/head/; revision=39107
Diffstat (limited to 'mail/postfix-current/scripts/configure.postfix')
-rw-r--r--mail/postfix-current/scripts/configure.postfix2
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/postfix-current/scripts/configure.postfix b/mail/postfix-current/scripts/configure.postfix
index 523bcf641d2d..7d9a11bfb6a9 100644
--- a/mail/postfix-current/scripts/configure.postfix
+++ b/mail/postfix-current/scripts/configure.postfix
@@ -84,7 +84,7 @@ while [ "$1" ]; do
SUB_TLS=""
;;
\"DB3\")
- echo "LIB_DEPENDS+= db3.1:\${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"
;;