aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--net/csync2/Makefile2
-rw-r--r--net/py-ec2-cli-tools/Makefile2
-rw-r--r--sysutils/linux-crashplan/Makefile2
-rw-r--r--sysutils/password-store/Makefile2
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 \