Ticket #30848: rsnapshot.patch

File rsnapshot.patch, 593 bytes (added by macports@…, 13 years ago)

rsnapshot Portfile patch to add p5-lchown dependency

  • sysutils/rsnapshot/Portfile

    a b  
    1 # $Id: Portfile 39938 2008-09-13 14:17:59Z mww@macports.org $
     1# $Id$
    22
    33PortSystem 1.0
    44
     
    1919checksums               sha1 a3aa3560dc389e1b00155a5869558522c4a29e05
    2020
    2121depends_lib             port:rsync \
    22                                 port:perl5.8 \
     22                                port:p5-lchown \
    2323                                bin:ssh:openssh
    2424
    2525configure.args  --mandir=${prefix}/share/man \
    2626                --with-rsync=${prefix}/bin/rsync \
    27                 --with-perl=${prefix}/bin/perl5.8
     27                --with-perl=${prefix}/bin/perl
    2828
    2929test.run        yes
    3030