In preparation to deprecate shells/bash2:

- change RUN_DEPENDS: shells/bash2 -> shells/bash;
- bump PORTREVISION.
This commit is contained in:
Boris Samorodov 2006-12-22 21:33:42 +00:00
parent c26ee8ff13
commit e41fff9ef3
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=180524

View file

@ -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