diff options
author | rafan <rafan@75cda91c-bdda-477a-9548-7b8f56199edc> | 2008-04-13 23:21:23 +0800 |
---|---|---|
committer | rafan <rafan@75cda91c-bdda-477a-9548-7b8f56199edc> | 2008-04-13 23:21:23 +0800 |
commit | 49c280f26b9da743e0846eccc717abde4056d4a6 (patch) | |
tree | 6b58d69af3cd4a93fad915a02975f3f7d9599a8c | |
parent | 56aebf130f7d715d4e9af5c598d2a79733190d90 (diff) | |
download | wslabports-49c280f26b9da743e0846eccc717abde4056d4a6.tar.gz wslabports-49c280f26b9da743e0846eccc717abde4056d4a6.tar.zst wslabports-49c280f26b9da743e0846eccc717abde4056d4a6.zip |
- Add bison for building bash
git-svn-id: https://opensvn.csie.org/wslabports/trunk@19 75cda91c-bdda-477a-9548-7b8f56199edc
-rw-r--r-- | shell/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/shell/Makefile b/shell/Makefile index 34f8617..a892f37 100644 --- a/shell/Makefile +++ b/shell/Makefile @@ -6,7 +6,7 @@ # PORTNAME= shell -PORTVERSION= 1.0.20061108 +PORTVERSION= 1.0.20080413 CATEGORIES= local MASTER_SITES= # DISTFILES= # @@ -14,6 +14,7 @@ DISTFILES= # MAINTAINER= rafan@csie.ntu.edu.tw 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 |