Ticket #23422: patch-Portfile.diff

File patch-Portfile.diff, 967 bytes (added by BjarneDMat, 12 years ago)

pathc to add macports kerberos5 dependency

  • net/openssh/Portfile

    old new  
    3636        ftp://openbsd.mirrors.pair.com/ftp/OpenSSH/portable \
    3737        ftp://openbsd.secsup.org/pub/openbsd/OpenSSH/portable/
    3838depends_lib     port:openssl port:zlib
    39 depends_run     port:xauth
     39depends_run         port:xauth \
     40                port:kerberos5
    4041
    4142# Specified -fno-builtin because GCC 3.3 has log() as a builtin
    4243# (from math.h) while OpenSSH has its own log() function
     
    4748    --with-pid-dir=${prefix}/var/run --with-tcp-wrappers \
    4849    --with-pam --disable-suid-ssh --with-random=/dev/urandom \
    4950    --mandir=${prefix}/share/man --with-zlib=${prefix} \
    50     --with-kerberos5=/usr --with-xauth=${prefix}/bin/xauth \
     51    --with-kerberos5=${prefix} --with-xauth=${prefix}/bin/xauth \
    5152    --with-libedit
    5253
    5354use_parallel_build      yes