aboutsummaryrefslogtreecommitdiffstats
path: root/databases
diff options
context:
space:
mode:
authorade <ade@FreeBSD.org>2002-08-23 03:31:21 +0800
committerade <ade@FreeBSD.org>2002-08-23 03:31:21 +0800
commit664e06eb6023c34236e75e5a31c39f0941cf2a6b (patch)
treef59a5e107786a1500560fec22e24e1310118a7ac /databases
parent1da222bda28d2925181b9f9b8b8daead46220902 (diff)
downloadfreebsd-ports-gnome-664e06eb6023c34236e75e5a31c39f0941cf2a6b.tar.gz
freebsd-ports-gnome-664e06eb6023c34236e75e5a31c39f0941cf2a6b.tar.zst
freebsd-ports-gnome-664e06eb6023c34236e75e5a31c39f0941cf2a6b.zip
Fix typo that would have meant this port would not have compiled
if db3 support had been selected.
Diffstat (limited to 'databases')
-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