mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 09:49:18 -04:00
The bash package can be called bash-static, so depend on the bash binary.
Sponsored by: Absolight
This commit is contained in:
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
|
@ -40,7 +40,7 @@ SUB_FILES= pkg-install
|
||||||
.include <bsd.port.options.mk>
|
.include <bsd.port.options.mk>
|
||||||
|
|
||||||
.if ${PORT_OPTIONS:MCSYNC2_COMPARE}
|
.if ${PORT_OPTIONS:MCSYNC2_COMPARE}
|
||||||
RUN_DEPENDS+= bash>=0:${PORTSDIR}/shells/bash
|
RUN_DEPENDS+= bash:${PORTSDIR}/shells/bash
|
||||||
PLIST_FILES+= sbin/csync2-compare
|
PLIST_FILES+= sbin/csync2-compare
|
||||||
CSYNC2_COMPARE= csync2-compare
|
CSYNC2_COMPARE= csync2-compare
|
||||||
.else
|
.else
|
||||||
|
|
|
@ -14,7 +14,7 @@ COMMENT= Helpful CLI utilities for querying and connecting to EC2 instances
|
||||||
LICENSE= MIT
|
LICENSE= MIT
|
||||||
|
|
||||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}boto>=1.0:${PORTSDIR}/devel/py-boto \
|
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}boto>=1.0:${PORTSDIR}/devel/py-boto \
|
||||||
bash>=0:${PORTSDIR}/shells/bash
|
bash:${PORTSDIR}/shells/bash
|
||||||
|
|
||||||
USE_PYTHON= distutils autoplist
|
USE_PYTHON= distutils autoplist
|
||||||
USES= python shebangfix
|
USES= python shebangfix
|
||||||
|
|
|
@ -11,7 +11,7 @@ MAINTAINER= wg@FreeBSD.org
|
||||||
COMMENT= Backs up data to remote servers or hard drives
|
COMMENT= Backs up data to remote servers or hard drives
|
||||||
|
|
||||||
RUN_DEPENDS= linux-sun-jre17>=0:${PORTSDIR}/java/linux-sun-jre17 \
|
RUN_DEPENDS= linux-sun-jre17>=0:${PORTSDIR}/java/linux-sun-jre17 \
|
||||||
bash>=0:${PORTSDIR}/shells/bash
|
bash:${PORTSDIR}/shells/bash
|
||||||
|
|
||||||
WRKSRC= ${WRKDIR}/CrashPlan-install
|
WRKSRC= ${WRKDIR}/CrashPlan-install
|
||||||
|
|
||||||
|
|
|
@ -11,7 +11,7 @@ COMMENT= Stores, retrieves, generates, and synchronizes passwords securely
|
||||||
|
|
||||||
LICENSE= GPLv2
|
LICENSE= GPLv2
|
||||||
|
|
||||||
RUN_DEPENDS= bash>=0:${PORTSDIR}/shells/bash \
|
RUN_DEPENDS= bash:${PORTSDIR}/shells/bash \
|
||||||
getopt>=0:${PORTSDIR}/misc/getopt \
|
getopt>=0:${PORTSDIR}/misc/getopt \
|
||||||
gnupg>=2:${PORTSDIR}/security/gnupg \
|
gnupg>=2:${PORTSDIR}/security/gnupg \
|
||||||
pwgen>=0:${PORTSDIR}/sysutils/pwgen \
|
pwgen>=0:${PORTSDIR}/sysutils/pwgen \
|
||||||
|
|
Loading…
Add table
Reference in a new issue