diff options
author | bsam <bsam@FreeBSD.org> | 2006-12-23 06:20:51 +0800 |
---|---|---|
committer | bsam <bsam@FreeBSD.org> | 2006-12-23 06:20:51 +0800 |
commit | e1eae61ceaae19a1968ce524ba0eb2b98470494b (patch) | |
tree | 6e833385f2fd79d8559d0b8c73f6fe6a0c7033b1 /ftp | |
parent | f3f02a8800eb2a403a8de998190151f43afe0b14 (diff) | |
download | freebsd-ports-gnome-e1eae61ceaae19a1968ce524ba0eb2b98470494b.tar.gz freebsd-ports-gnome-e1eae61ceaae19a1968ce524ba0eb2b98470494b.tar.zst freebsd-ports-gnome-e1eae61ceaae19a1968ce524ba0eb2b98470494b.zip |
In preparation to deprecate shells/bash2:
- change RUN_DEPENDS: shells/bash2 -> shells/bash;
- bump PORTREVISION.
Diffstat (limited to 'ftp')
-rw-r--r-- | ftp/axelq/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ftp/axelq/Makefile b/ftp/axelq/Makefile index ea25d6c0e4ea..eb242dde9f24 100644 --- a/ftp/axelq/Makefile +++ b/ftp/axelq/Makefile @@ -8,7 +8,7 @@ PORTNAME= axelq PORTVERSION= 0.80 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= ftp MASTER_SITES= http://zephilia.dyndns.org/tsuki_yomi/axelq/releases/ @@ -16,7 +16,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= A queue manager for the download accelerator axel RUN_DEPENDS= axel:${PORTSDIR}/ftp/axel \ - bash:${PORTSDIR}/shells/bash2 + bash:${PORTSDIR}/shells/bash NO_BUILD= yes |