diff options
author | mat <mat@FreeBSD.org> | 2015-02-19 22:50:29 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2015-02-19 22:50:29 +0800 |
commit | 4cc361a5c314676af865c8a3f46e19a1cf5de031 (patch) | |
tree | 4e1defe6ea8530af52e1703cebad84d0601f0c03 | |
parent | 9cef3664c0f2a2b0215843ac0c80368d653685c1 (diff) | |
download | freebsd-ports-gnome-4cc361a5c314676af865c8a3f46e19a1cf5de031.tar.gz freebsd-ports-gnome-4cc361a5c314676af865c8a3f46e19a1cf5de031.tar.zst freebsd-ports-gnome-4cc361a5c314676af865c8a3f46e19a1cf5de031.zip |
The bash package can be called bash-static, so depend on the bash binary.
Sponsored by: Absolight
-rw-r--r-- | net/csync2/Makefile | 2 | ||||
-rw-r--r-- | net/py-ec2-cli-tools/Makefile | 2 | ||||
-rw-r--r-- | sysutils/linux-crashplan/Makefile | 2 | ||||
-rw-r--r-- | sysutils/password-store/Makefile | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/net/csync2/Makefile b/net/csync2/Makefile index 02ebf8b9ca99..715bf4b7c1b1 100644 --- a/net/csync2/Makefile +++ b/net/csync2/Makefile @@ -40,7 +40,7 @@ SUB_FILES= pkg-install .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MCSYNC2_COMPARE} -RUN_DEPENDS+= bash>=0:${PORTSDIR}/shells/bash +RUN_DEPENDS+= bash:${PORTSDIR}/shells/bash PLIST_FILES+= sbin/csync2-compare CSYNC2_COMPARE= csync2-compare .else diff --git a/net/py-ec2-cli-tools/Makefile b/net/py-ec2-cli-tools/Makefile index bf21f7a14221..12712a1f44be 100644 --- a/net/py-ec2-cli-tools/Makefile +++ b/net/py-ec2-cli-tools/Makefile @@ -14,7 +14,7 @@ COMMENT= Helpful CLI utilities for querying and connecting to EC2 instances LICENSE= MIT RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}boto>=1.0:${PORTSDIR}/devel/py-boto \ - bash>=0:${PORTSDIR}/shells/bash + bash:${PORTSDIR}/shells/bash USE_PYTHON= distutils autoplist USES= python shebangfix diff --git a/sysutils/linux-crashplan/Makefile b/sysutils/linux-crashplan/Makefile index 0d4ff1da137b..e3e55330b862 100644 --- a/sysutils/linux-crashplan/Makefile +++ b/sysutils/linux-crashplan/Makefile @@ -11,7 +11,7 @@ MAINTAINER= wg@FreeBSD.org COMMENT= Backs up data to remote servers or hard drives RUN_DEPENDS= linux-sun-jre17>=0:${PORTSDIR}/java/linux-sun-jre17 \ - bash>=0:${PORTSDIR}/shells/bash + bash:${PORTSDIR}/shells/bash WRKSRC= ${WRKDIR}/CrashPlan-install diff --git a/sysutils/password-store/Makefile b/sysutils/password-store/Makefile index b9325cc4dadd..c46ee8484f67 100644 --- a/sysutils/password-store/Makefile +++ b/sysutils/password-store/Makefile @@ -11,7 +11,7 @@ COMMENT= Stores, retrieves, generates, and synchronizes passwords securely LICENSE= GPLv2 -RUN_DEPENDS= bash>=0:${PORTSDIR}/shells/bash \ +RUN_DEPENDS= bash:${PORTSDIR}/shells/bash \ getopt>=0:${PORTSDIR}/misc/getopt \ gnupg>=2:${PORTSDIR}/security/gnupg \ pwgen>=0:${PORTSDIR}/sysutils/pwgen \ |