aboutsummaryrefslogtreecommitdiff
path: root/databases/dbtool
diff options
context:
space:
mode:
authorAkinori MUSHA <knu@FreeBSD.org>2001-08-01 11:56:24 +0000
committerAkinori MUSHA <knu@FreeBSD.org>2001-08-01 11:56:24 +0000
commit79f86fd6ec0742a34b2da09c724fa800ac7b0ba2 (patch)
tree681b6b9c843cb3061fc22e9838cc8bd98c1a8c89 /databases/dbtool
parent00a8157778c811958120708b284fc76b4a3fda9a (diff)
downloadports-79f86fd6ec0742a34b2da09c724fa800ac7b0ba2.tar.gz
ports-79f86fd6ec0742a34b2da09c724fa800ac7b0ba2.zip
Back out the db3 port update because some of these dependent ports had
been broken by the incompatibility between db3.2 and db3.3. I am unconditionally bumping the PORTREVISION's to eliminate possible troubles that should not happen before the coming release. Sorry for inconvenience. I'll try to check compatibility hard before committing next time.
Notes
Notes: svn path=/head/; revision=45700
Diffstat (limited to 'databases/dbtool')
-rw-r--r--databases/dbtool/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/dbtool/Makefile b/databases/dbtool/Makefile
index f03aed235102..880f6c808b47 100644
--- a/databases/dbtool/Makefile
+++ b/databases/dbtool/Makefile
@@ -8,7 +8,7 @@
PORTNAME= dbtool
PORTVERSION= 1.3
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= databases
MASTER_SITES= ftp://ftp.daemon.de/scip/Apps/dbtool/
@@ -17,7 +17,7 @@ MAINTAINER= ijliao@FreeBSD.org
LIB_DEPENDS= pcre.0:${PORTSDIR}/devel/pcre
.if defined(WITH_BERKELEY_DB)
-LIB_DEPENDS+= db3.3:${PORTSDIR}/databases/db
+LIB_DEPENDS+= db3.2:${PORTSDIR}/databases/db
DB_INC= -I${LOCALBASE}/include/db3
CONFIGURE_ARGS= --with-berkeley
.else