wok diff sshfs-fuse/receipt @ rev 19767

rsync: may not require /etc/inetd.conf
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Feb 20 12:42:22 2017 +0100 (2017-02-20)
parents 22244c3bcd35
children c03f68de51be
line diff
     1.1 --- a/sshfs-fuse/receipt	Thu Jan 12 10:25:29 2017 +0100
     1.2 +++ b/sshfs-fuse/receipt	Mon Feb 20 12:42:22 2017 +0100
     1.3 @@ -13,7 +13,8 @@
     1.4  PROVIDE="rsshfs sshfs"
     1.5  TAGS="ssh"
     1.6  
     1.7 -DEPENDS="fuse openssh sftp-server glib"
     1.8 +DEPENDS="fuse ssh sftp-server glib"
     1.9 +SUGGESTED="openssh"
    1.10  BUILD_DEPENDS="fuse-dev gettext glib-dev pkg-config autoconf automake libtool"
    1.11  
    1.12  # Rules to configure and make the package.