aboutsummaryrefslogtreecommitdiff
path: root/databases/dbtool
diff options
context:
space:
mode:
authorAde Lovett <ade@FreeBSD.org>2002-08-22 19:31:21 +0000
committerAde Lovett <ade@FreeBSD.org>2002-08-22 19:31:21 +0000
commitddc7dde299853b64f7f2c0103b05dbbaaec3ce1d (patch)
tree19a16f6cfe403cc0257842ecde10430f85fafda0 /databases/dbtool
parent9c9113eb0c67bc685cd917b68b94f33e71edea56 (diff)
downloadports-ddc7dde299853b64f7f2c0103b05dbbaaec3ce1d.tar.gz
ports-ddc7dde299853b64f7f2c0103b05dbbaaec3ce1d.zip
Fix typo that would have meant this port would not have compiled
if db3 support had been selected.
Notes
Notes: svn path=/head/; revision=64838
Diffstat (limited to 'databases/dbtool')
-rw-r--r--databases/dbtool/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/dbtool/Makefile b/databases/dbtool/Makefile
index 024f4f25b42e..00d59f3f674d 100644
--- a/databases/dbtool/Makefile
+++ b/databases/dbtool/Makefile
@@ -17,7 +17,7 @@ MAINTAINER= ports@FreeBSD.org
LIB_DEPENDS= pcre.0:${PORTSDIR}/devel/pcre
.if defined(WITH_BERKELEY_DB)
-LIB_DEPENDS+= db3.2:${PORTSDIR}/databases/db
+LIB_DEPENDS+= db3.3:${PORTSDIR}/databases/db3
DB_INC= -I${LOCALBASE}/include/db3
CONFIGURE_ARGS= --with-berkeley
.else