aboutsummaryrefslogtreecommitdiffstats
path: root/databases/dbtool/Makefile
diff options
context:
space:
mode:
authorknu <knu@FreeBSD.org>2001-07-25 23:05:11 +0800
committerknu <knu@FreeBSD.org>2001-07-25 23:05:11 +0800
commit3ccdce3ea292981252e9bbf5f45a4269ca694aa1 (patch)
treeee28d49d0f8335ade72e1f672ff1b337f168547c /databases/dbtool/Makefile
parentfbd0159e413cbad94b4a8565317cccc6b688d108 (diff)
downloadfreebsd-ports-gnome-3ccdce3ea292981252e9bbf5f45a4269ca694aa1.tar.gz
freebsd-ports-gnome-3ccdce3ea292981252e9bbf5f45a4269ca694aa1.tar.zst
freebsd-ports-gnome-3ccdce3ea292981252e9bbf5f45a4269ca694aa1.zip
Reflect databases/db3's shlib version bump from 2 to 3.
Diffstat (limited to 'databases/dbtool/Makefile')
-rw-r--r--databases/dbtool/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/databases/dbtool/Makefile b/databases/dbtool/Makefile
index edc3170b3d8a..f03aed235102 100644
--- a/databases/dbtool/Makefile
+++ b/databases/dbtool/Makefile
@@ -8,6 +8,7 @@
PORTNAME= dbtool
PORTVERSION= 1.3
+PORTREVISION= 1
CATEGORIES= databases
MASTER_SITES= ftp://ftp.daemon.de/scip/Apps/dbtool/
@@ -16,7 +17,7 @@ MAINTAINER= ijliao@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/db
DB_INC= -I${LOCALBASE}/include/db3
CONFIGURE_ARGS= --with-berkeley
.else