aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils
diff options
context:
space:
mode:
authormat <mat@FreeBSD.org>2015-02-19 22:50:29 +0800
committermat <mat@FreeBSD.org>2015-02-19 22:50:29 +0800
commit4cc361a5c314676af865c8a3f46e19a1cf5de031 (patch)
tree4e1defe6ea8530af52e1703cebad84d0601f0c03 /sysutils
parent9cef3664c0f2a2b0215843ac0c80368d653685c1 (diff)
downloadfreebsd-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
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/linux-crashplan/Makefile2
-rw-r--r--sysutils/password-store/Makefile2
2 files changed, 2 insertions, 2 deletions
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 \