diff options
author | Boris Samorodov <bsam@FreeBSD.org> | 2007-02-15 15:32:03 +0000 |
---|---|---|
committer | Boris Samorodov <bsam@FreeBSD.org> | 2007-02-15 15:32:03 +0000 |
commit | 2314d828203ca795cdfd45a95f327571b131dbaf (patch) | |
tree | 26347176a9f848ba76ee32773ff2a2d8419708e8 /shells | |
parent | 0a7ef6b422d7d1d60c51b1d4bd143086f30a25c9 (diff) | |
download | ports-2314d828203ca795cdfd45a95f327571b131dbaf.tar.gz ports-2314d828203ca795cdfd45a95f327571b131dbaf.zip |
Notes
Diffstat (limited to 'shells')
-rw-r--r-- | shells/bash-completion-classic/Makefile | 7 | ||||
-rw-r--r-- | shells/bash-completion/Makefile | 7 |
2 files changed, 2 insertions, 12 deletions
diff --git a/shells/bash-completion-classic/Makefile b/shells/bash-completion-classic/Makefile index 1c874d593e87..1d9f6b4b7a48 100644 --- a/shells/bash-completion-classic/Makefile +++ b/shells/bash-completion-classic/Makefile @@ -20,16 +20,11 @@ NO_BUILD= yes SUB_FILES= pkg-message PLIST_FILES= etc/bash_completion -OPTIONS= BASH2 "Use shells/bash2 instead of shells/bash" off \ - GSED "Use GNU sed to enable additional completions" off +OPTIONS= GSED "Use GNU sed to enable additional completions" off .include <bsd.port.pre.mk> -.if defined(WITH_BASH2) -RUN_DEPENDS+= bash:${PORTSDIR}/shells/bash2 -.else RUN_DEPENDS+= bash:${PORTSDIR}/shells/bash -.endif .if defined(WITH_GSED) RUN_DEPENDS+= gsed:${PORTSDIR}/textproc/gsed diff --git a/shells/bash-completion/Makefile b/shells/bash-completion/Makefile index 1c874d593e87..1d9f6b4b7a48 100644 --- a/shells/bash-completion/Makefile +++ b/shells/bash-completion/Makefile @@ -20,16 +20,11 @@ NO_BUILD= yes SUB_FILES= pkg-message PLIST_FILES= etc/bash_completion -OPTIONS= BASH2 "Use shells/bash2 instead of shells/bash" off \ - GSED "Use GNU sed to enable additional completions" off +OPTIONS= GSED "Use GNU sed to enable additional completions" off .include <bsd.port.pre.mk> -.if defined(WITH_BASH2) -RUN_DEPENDS+= bash:${PORTSDIR}/shells/bash2 -.else RUN_DEPENDS+= bash:${PORTSDIR}/shells/bash -.endif .if defined(WITH_GSED) RUN_DEPENDS+= gsed:${PORTSDIR}/textproc/gsed |