The bash package can be called bash-static, so depend on the bash binary.

Sponsored by:	Absolight
This commit is contained in:
Mathieu Arnold 2015-02-19 14:50:29 +00:00
parent b1f1090c6f
commit e3a67710c2
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=379347
4 changed files with 4 additions and 4 deletions

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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 \