aboutsummaryrefslogtreecommitdiff
path: root/databases/dbtool
diff options
context:
space:
mode:
authorBoris Samorodov <bsam@FreeBSD.org>2006-12-22 21:33:42 +0000
committerBoris Samorodov <bsam@FreeBSD.org>2006-12-22 21:33:42 +0000
commite41fff9ef3837e7af68b745b6a605ff75ed697fd (patch)
tree9dd9be16ffd64f756e970ff41f719d10e8e6b9c9 /databases/dbtool
parentc26ee8ff138afe496a96e507452c14529b2b7ab2 (diff)
downloadports-e41fff9ef3837e7af68b745b6a605ff75ed697fd.tar.gz
ports-e41fff9ef3837e7af68b745b6a605ff75ed697fd.zip
In preparation to deprecate shells/bash2:
- change RUN_DEPENDS: shells/bash2 -> shells/bash; - bump PORTREVISION.
Notes
Notes: svn path=/head/; revision=180524
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 1f0c98fef8a6..b12131db103f 100644
--- a/databases/dbtool/Makefile
+++ b/databases/dbtool/Makefile
@@ -8,7 +8,7 @@
PORTNAME= dbtool
PORTVERSION= 1.6
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= databases
MASTER_SITES= ftp://ftp.daemon.de/scip/Apps/dbtool/
@@ -25,7 +25,7 @@ CONFIGURE_ARGS= --with-berkeley
LIB_DEPENDS+= gdbm.3:${PORTSDIR}/databases/gdbm
.endif
.if !defined(NOPORTDOCS)
-RUN_DEPENDS+= bash:${PORTSDIR}/shells/bash2
+RUN_DEPENDS+= bash:${PORTSDIR}/shells/bash
.endif
GNU_CONFIGURE= yes