diff options
author | Boris Samorodov <bsam@FreeBSD.org> | 2014-03-30 20:05:52 +0000 |
---|---|---|
committer | Boris Samorodov <bsam@FreeBSD.org> | 2014-03-30 20:05:52 +0000 |
commit | cbb21446583c8278d6d40295f31d5c80456337e7 (patch) | |
tree | 543b06e16a636a5001a99f67d628145be0f3be17 /comms/gammu | |
parent | 959b508abd1e7fc1ebc9d9f305e67a2095c21253 (diff) | |
download | ports-cbb21446583c8278d6d40295f31d5c80456337e7.tar.gz ports-cbb21446583c8278d6d40295f31d5c80456337e7.zip |
Notes
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 |