From cbb21446583c8278d6d40295f31d5c80456337e7 Mon Sep 17 00:00:00 2001 From: Boris Samorodov Date: Sun, 30 Mar 2014 20:05:52 +0000 Subject: [PATCH] Acually bash should present at _configure_ time, so the port build/install a bash completion file. Restore BUILD_DEPENDS upon bash for non-default BASH option. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Reported by: Łukasz Wąsikowski (via e-mail) --- comms/gammu/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/comms/gammu/Makefile b/comms/gammu/Makefile index 828d3c035c4e..7efddf05cef9 100644 --- a/comms/gammu/Makefile +++ b/comms/gammu/Makefile @@ -45,6 +45,7 @@ post-install: .include .if ${PORT_OPTIONS:MBASH} +BUILD_DEPENDS+= bash:${PORTSDIR}/shells/bash RUN_DEPENDS+= bash:${PORTSDIR}/shells/bash PLIST_FILES+= etc/bash_completion.d/gammu PLIST_DIRSTRY+= etc/bash_completion.d