diff options
author | rafan <rafan@75cda91c-bdda-477a-9548-7b8f56199edc> | 2009-03-24 19:50:02 +0800 |
---|---|---|
committer | rafan <rafan@75cda91c-bdda-477a-9548-7b8f56199edc> | 2009-03-24 19:50:02 +0800 |
commit | d2d9abcf363b248c37c3540750ca4e74d5d5f8da (patch) | |
tree | a49d74e87b364acf6642955a9888c0a4a4e1ab8c | |
parent | 6d72a993190acb03e0c63f29511e34ed600919a8 (diff) | |
download | wslabports-d2d9abcf363b248c37c3540750ca4e74d5d5f8da.tar.gz wslabports-d2d9abcf363b248c37c3540750ca4e74d5d5f8da.tar.zst wslabports-d2d9abcf363b248c37c3540750ca4e74d5d5f8da.zip |
- bash completion caused more harm than useful
git-svn-id: https://opensvn.csie.org/wslabports/trunk@48 75cda91c-bdda-477a-9548-7b8f56199edc
-rw-r--r-- | shell/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/shell/Makefile b/shell/Makefile index c3ee6ae..6078000 100644 --- a/shell/Makefile +++ b/shell/Makefile @@ -6,7 +6,7 @@ # PORTNAME= shell -PORTVERSION= 1.0.20080413 +PORTVERSION= 1.0.20090324 CATEGORIES= local MASTER_SITES= # DISTFILES= # @@ -16,7 +16,6 @@ COMMENT= Create links for shell BUILD_DEPENDS= bison:${PORTSDIR}/devel/bison RUN_DEPENDS= bash:${PORTSDIR}/shells/bash \ - bash-completion>=0:${PORTSDIR}/shells/bash-completion \ ksh93:${PORTSDIR}/shells/ksh93 NO_BUILD= yes |