aboutsummaryrefslogtreecommitdiff
path: root/databases/dbtool
diff options
context:
space:
mode:
authorAkinori MUSHA <knu@FreeBSD.org>2001-07-25 15:05:11 +0000
committerAkinori MUSHA <knu@FreeBSD.org>2001-07-25 15:05:11 +0000
commitdd8fc61f8982cd99e1ecd084ed1a5451666a02eb (patch)
tree8bb599919e196c30c7dfdb47d20525dc10b57b9d /databases/dbtool
parent73f7cbcc882812dc398f5173f25f5150066aa0eb (diff)
downloadports-dd8fc61f8982cd99e1ecd084ed1a5451666a02eb.tar.gz
ports-dd8fc61f8982cd99e1ecd084ed1a5451666a02eb.zip
Reflect databases/db3's shlib version bump from 2 to 3.
Notes
Notes: svn path=/head/; revision=45472
Diffstat (limited to 'databases/dbtool')
-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