diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2001-03-05 22:15:25 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2001-03-05 22:15:25 +0000 |
commit | b57f932896696c69ece2ed83866d1bc866e7955b (patch) | |
tree | f6ab341b839ac5192f18226cb5954d32aa8dac3a /mail/postfix21 | |
parent | d90565b2cfea8727d80f0c5ac9e64dfc17ed40e9 (diff) | |
download | ports-b57f932896696c69ece2ed83866d1bc866e7955b.tar.gz ports-b57f932896696c69ece2ed83866d1bc866e7955b.zip |
Fix the DB3 support. DB3's shlib version is now at 2.
Notes
Notes:
svn path=/head/; revision=39107
Diffstat (limited to 'mail/postfix21')
-rw-r--r-- | mail/postfix21/scripts/configure.postfix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/postfix21/scripts/configure.postfix b/mail/postfix21/scripts/configure.postfix index dfb8804b3cd7..5eddb707b646 100644 --- a/mail/postfix21/scripts/configure.postfix +++ b/mail/postfix21/scripts/configure.postfix @@ -1,5 +1,5 @@ #!/bin/sh -# $FreeBSD: /tmp/pcvs/ports/mail/postfix21/scripts/Attic/configure.postfix,v 1.1 2001-03-04 19:35:00 sf Exp $ +# $FreeBSD: /tmp/pcvs/ports/mail/postfix21/scripts/Attic/configure.postfix,v 1.2 2001-03-05 22:15:24 knu Exp $ if [ -f ${WRKDIRPREFIX}${CURDIR}/Makefile.inc ]; then exit @@ -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" ;; |