diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2015-02-19 14:50:29 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2015-02-19 14:50:29 +0000 |
commit | e3a67710c20b0f52dd63ddcf9b4dffa97f00e1fb (patch) | |
tree | 4e1defe6ea8530af52e1703cebad84d0601f0c03 | |
parent | b1f1090c6f8ef0c5bbd564d5a73e2bbeb76869d5 (diff) | |
download | ports-e3a67710c20b0f52dd63ddcf9b4dffa97f00e1fb.tar.gz ports-e3a67710c20b0f52dd63ddcf9b4dffa97f00e1fb.zip |
Notes
-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 \ |