diff options
author | Boris Samorodov <bsam@FreeBSD.org> | 2014-03-31 04:05:52 +0800 |
---|---|---|
committer | Boris Samorodov <bsam@FreeBSD.org> | 2014-03-31 04:05:52 +0800 |
commit | cbb21446583c8278d6d40295f31d5c80456337e7 (patch) | |
tree | 543b06e16a636a5001a99f67d628145be0f3be17 /comms/gammu | |
parent | 959b508abd1e7fc1ebc9d9f305e67a2095c21253 (diff) | |
download | freebsd-ports-gnome-cbb21446583c8278d6d40295f31d5c80456337e7.tar.gz freebsd-ports-gnome-cbb21446583c8278d6d40295f31d5c80456337e7.tar.zst freebsd-ports-gnome-cbb21446583c8278d6d40295f31d5c80456337e7.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 |