diff options
author | Ade Lovett <ade@FreeBSD.org> | 2002-08-22 19:13:46 +0000 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2002-08-22 19:13:46 +0000 |
commit | 76d6ac6122a05c3551580945d540f2f8e1e4c85a (patch) | |
tree | 1ac1f3067b29ba7cf054151113186d5959189940 /security/cyrus-sasl2/scripts/configure.sasl | |
parent | BerkeleyDB cleanup: (diff) |
BerkeleyDB cleanup - stage 2
Update databases/db3 to 3.3.11, and fix the few ports that need sorting
after the shlib version update, and a slight API change from 3.2.x->3.3.x
Diffstat (limited to '')
-rw-r--r-- | security/cyrus-sasl2/scripts/configure.sasl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/cyrus-sasl2/scripts/configure.sasl b/security/cyrus-sasl2/scripts/configure.sasl index b9b0983b93af..36d675ba47f4 100644 --- a/security/cyrus-sasl2/scripts/configure.sasl +++ b/security/cyrus-sasl2/scripts/configure.sasl @@ -77,7 +77,7 @@ while [ "$1" ]; do rm -f ${WRKDIRPREFIX}${REALCURDIR}/Makefile.inc exit 1 fi - echo "LIB_DEPENDS+= db3.2:\${PORTSDIR}/databases/db3" + echo "LIB_DEPENDS+= db3.3:\${PORTSDIR}/databases/db3" echo "CONFIGURE_ARGS+= --with-dblib=berkeley --with-bdb-incdir=${PREFIX}/include/db3 --with-bdb-libdir=${PREFIX}/lib" echo "SASLDB_NAME= sasldb2" DBLIB=1 |