diff options
author | bsam <bsam@FreeBSD.org> | 2014-03-31 04:05:52 +0800 |
---|---|---|
committer | bsam <bsam@FreeBSD.org> | 2014-03-31 04:05:52 +0800 |
commit | 3595ebd81c59f15b7425395cc9af64ac42b44126 (patch) | |
tree | 543b06e16a636a5001a99f67d628145be0f3be17 /comms/gammu | |
parent | 3a9cdf68afe64c8726fca9b7dc038dff5cbea5c1 (diff) | |
download | freebsd-ports-gnome-3595ebd81c59f15b7425395cc9af64ac42b44126.tar.gz freebsd-ports-gnome-3595ebd81c59f15b7425395cc9af64ac42b44126.tar.zst freebsd-ports-gnome-3595ebd81c59f15b7425395cc9af64ac42b44126.zip |
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.
Reported by: Łukasz Wąsikowski <lukasz@wasikowski.net> (via e-mail)
Diffstat (limited to 'comms/gammu')
-rw-r--r-- | comms/gammu/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
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 <bsd.port.options.mk> .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 |