diff options
author | Boris Samorodov <bsam@FreeBSD.org> | 2006-12-22 22:20:51 +0000 |
---|---|---|
committer | Boris Samorodov <bsam@FreeBSD.org> | 2006-12-22 22:20:51 +0000 |
commit | fecbfd43e028f64745cfb94bd1a738697822eb8f (patch) | |
tree | dc88391d9040a7502925e50a3dc813eae6a2263f /ftp | |
parent | 72a2460e119b8ec5a2f4fedbed77bd0a53643085 (diff) |
Notes
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 |