diff options
author | mat <mat@FreeBSD.org> | 2015-02-19 22:50:29 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2015-02-19 22:50:29 +0800 |
commit | 4cc361a5c314676af865c8a3f46e19a1cf5de031 (patch) | |
tree | 4e1defe6ea8530af52e1703cebad84d0601f0c03 /net/csync2 | |
parent | 9cef3664c0f2a2b0215843ac0c80368d653685c1 (diff) | |
download | freebsd-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 'net/csync2')
-rw-r--r-- | net/csync2/Makefile | 2 |
1 files changed, 1 insertions, 1 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 |