aboutsummaryrefslogtreecommitdiff
path: root/databases/dbtool/Makefile
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/Makefile
parent00a8157778c811958120708b284fc76b4a3fda9a (diff)
downloadports-79f86fd6ec0742a34b2da09c724fa800ac7b0ba2.tar.gz
ports-79f86fd6ec0742a34b2da09c724fa800ac7b0ba2.zip
Notes
Diffstat (limited to 'databases/dbtool/Makefile')
-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