diff options
author | bsam <bsam@FreeBSD.org> | 2006-12-23 05:33:42 +0800 |
---|---|---|
committer | bsam <bsam@FreeBSD.org> | 2006-12-23 05:33:42 +0800 |
commit | 212c026f70f54d67cb27c1692ec87c0ad8a7a108 (patch) | |
tree | 7d879d889ab58dfa0f652ea3473d679466427cf0 /databases | |
parent | abb1106ff0df20b59710e431ce5e948e216eb732 (diff) | |
download | freebsd-ports-gnome-212c026f70f54d67cb27c1692ec87c0ad8a7a108.tar.gz freebsd-ports-gnome-212c026f70f54d67cb27c1692ec87c0ad8a7a108.tar.zst freebsd-ports-gnome-212c026f70f54d67cb27c1692ec87c0ad8a7a108.zip |
In preparation to deprecate shells/bash2:
- change RUN_DEPENDS: shells/bash2 -> shells/bash;
- bump PORTREVISION.
Diffstat (limited to 'databases')
-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 |