diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2001-07-25 15:05:11 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2001-07-25 15:05:11 +0000 |
commit | dd8fc61f8982cd99e1ecd084ed1a5451666a02eb (patch) | |
tree | 8bb599919e196c30c7dfdb47d20525dc10b57b9d /mail/postfix-current/scripts/configure.postfix | |
parent | Update to 3.3.11. (diff) |
Reflect databases/db3's shlib version bump from 2 to 3.
Notes
Notes:
svn path=/head/; revision=45472
Diffstat (limited to 'mail/postfix-current/scripts/configure.postfix')
-rw-r--r-- | mail/postfix-current/scripts/configure.postfix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/postfix-current/scripts/configure.postfix b/mail/postfix-current/scripts/configure.postfix index 7f31ece6d5f6..99a7c7d87f48 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.2:\${PORTSDIR}/databases/db3" + echo "LIB_DEPENDS+= db3.3:\${PORTSDIR}/databases/db3" echo "POSTFIX_CCARGS+= -I\${LOCALBASE}/include/db3" echo "POSTFIX_AUXLIBS+= -L\${LOCALBASE}/lib -ldb3" ;; |