In preparation to deprecate shells/bash2:
- change RUN_DEPENDS: shells/bash2 -> shells/bash; - bump PORTREVISION.
This commit is contained in:
parent
c26ee8ff13
commit
e41fff9ef3
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=180524
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue