diff options
author | knu <knu@FreeBSD.org> | 2001-07-25 23:05:11 +0800 |
---|---|---|
committer | knu <knu@FreeBSD.org> | 2001-07-25 23:05:11 +0800 |
commit | 3ccdce3ea292981252e9bbf5f45a4269ca694aa1 (patch) | |
tree | ee28d49d0f8335ade72e1f672ff1b337f168547c /mail/postfix-current/scripts | |
parent | fbd0159e413cbad94b4a8565317cccc6b688d108 (diff) | |
download | freebsd-ports-graphics-3ccdce3ea292981252e9bbf5f45a4269ca694aa1.tar.gz freebsd-ports-graphics-3ccdce3ea292981252e9bbf5f45a4269ca694aa1.tar.zst freebsd-ports-graphics-3ccdce3ea292981252e9bbf5f45a4269ca694aa1.zip |
Reflect databases/db3's shlib version bump from 2 to 3.
Diffstat (limited to 'mail/postfix-current/scripts')
-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 7f31ece6d5f..99a7c7d87f4 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" ;; |