diff options
author | Boris Samorodov <bsam@FreeBSD.org> | 2006-12-22 21:33:42 +0000 |
---|---|---|
committer | Boris Samorodov <bsam@FreeBSD.org> | 2006-12-22 21:33:42 +0000 |
commit | e41fff9ef3837e7af68b745b6a605ff75ed697fd (patch) | |
tree | 9dd9be16ffd64f756e970ff41f719d10e8e6b9c9 /databases/dbtool | |
parent | c26ee8ff138afe496a96e507452c14529b2b7ab2 (diff) | |
download | ports-e41fff9ef3837e7af68b745b6a605ff75ed697fd.tar.gz ports-e41fff9ef3837e7af68b745b6a605ff75ed697fd.zip |
Notes
Diffstat (limited to 'databases/dbtool')
-rw-r--r-- | databases/dbtool/Makefile | 4 |
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 |